-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_InputMode
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Mobile input modes.
Name | Value | Details |
---|---|---|
MTY_INPUT_MODE_UNSPECIFIED |
0 |
No input mode specified. |
MTY_INPUT_MODE_TOUCHSCREEN |
1 |
Report input events as if the user is touching the screen. |
MTY_INPUT_MODE_TRACKPAD |
2 |
Report input events as if the user is using a trackpad. |