Open dpgraham opened 6 years ago
/actions implements the W3C spec, but we could add to it further so that testers can make full use of the Android MotionEvent API's
/actions
Some of the features we can add are:
pressure
size
orientation
toolMajor
toolMinor
touchMajor
touchMinor
x
y
trackball
eraser
joystick
gamepad
mouse
touch
stylus
AXIS
AXIS_UP
AXIS_SCROLL
@dpgraham Happy to help incase of any testing req on this.
/actions
implements the W3C spec, but we could add to it further so that testers can make full use of the Android MotionEvent API'sSome of the features we can add are:
pressure
,size
,orientation
,toolMajor
,toolMinor
,touchMajor
,touchMinor
(this would be alongside ofx
andy
)trackball
,eraser
,joystick
,gamepad
as input source (along withmouse
,touch
andstylus
)AXIS
values (e.g.:AXIS_UP
,AXIS_SCROLL
, etc...)