The fields of Android.Views.MotionEvent are listed below. For a list of all members, see the MotionEvent Members list.
See Also: Inherited members from Android.Views.InputEvent
const | ButtonBack | MotionEventButtonState (8). Button constant: Back button pressed (mouse back button). |
const | ButtonForward | MotionEventButtonState (16). Button constant: Forward button pressed (mouse forward button). |
const | ButtonPrimary | MotionEventButtonState (1). Button constant: Primary button (left mouse button). |
const | ButtonSecondary | MotionEventButtonState (2). Button constant: Secondary button (right mouse button, stylus first button). |
const | ButtonTertiary | MotionEventButtonState (4). Button constant: Tertiary button (middle mouse button, stylus second button). |
const | FlagWindowIsObscured | MotionEventFlags (1). This flag indicates that the window that received this motion event is partly or wholly obscured by another visible window above it. |
const | InvalidPointerId | int (-1). An invalid pointer id. |
const | ToolTypeEraser | MotionEventToolType (4). Tool type constant: The tool is an eraser or a stylus being used in an inverted posture. |
const | ToolTypeFinger | MotionEventToolType (1). Tool type constant: The tool is a finger. |
const | ToolTypeMouse | MotionEventToolType (3). Tool type constant: The tool is a mouse or trackpad. |
const | ToolTypeStylus | MotionEventToolType (2). Tool type constant: The tool is a stylus. |
const | ToolTypeUnknown | MotionEventToolType (0). Tool type constant: Unknown tool type. |