You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix GetPadPressVector/GetPadTouchVector always return zero value
padPressAxis/padTouchAxis ment to record the touch position when touchpad
press/touch down.
Also now GetPadPressVector/GetPadTouchVector return non-zero value on
pad press/touch released event.
This may help implementing touchpad drag or swipe behaviour easier since
you can determine the drag/swipe vector on pad release event directly.
0 commit comments