AndroidTooltype

Android specific 'tool type' enum for touch events. This lets the application check what type of input device was used for touch events.

NOTE: the values must remain in sync with the corresponding Android SDK type, so don't change those.

See https://developer.android.com/reference/android/view/MotionEvent#TOOL_TYPE_UNKNOWN

Values

ValueMeaning
Unknown0
Finger1
Stylus2
Mouse3

Meta