Android.Views.MotionEvent: Field Members

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

Public Fields

const
ButtonBackMotionEventButtonState (8). Button constant: Back button pressed (mouse back button).
const
ButtonForwardMotionEventButtonState (16). Button constant: Forward button pressed (mouse forward button).
const
ButtonPrimaryMotionEventButtonState (1). Button constant: Primary button (left mouse button).
const
ButtonSecondaryMotionEventButtonState (2). Button constant: Secondary button (right mouse button, stylus first button).
const
ButtonTertiaryMotionEventButtonState (4). Button constant: Tertiary button (middle mouse button, stylus second button).
const
FlagWindowIsObscuredMotionEventFlags (1). This flag indicates that the window that received this motion event is partly or wholly obscured by another visible window above it.
const
InvalidPointerIdint (-1). An invalid pointer id.
const
ToolTypeEraserMotionEventToolType (4). Tool type constant: The tool is an eraser or a stylus being used in an inverted posture.
const
ToolTypeFingerMotionEventToolType (1). Tool type constant: The tool is a finger.
const
ToolTypeMouseMotionEventToolType (3). Tool type constant: The tool is a mouse or trackpad.
const
ToolTypeStylusMotionEventToolType (2). Tool type constant: The tool is a stylus.
const
ToolTypeUnknownMotionEventToolType (0). Tool type constant: Unknown tool type.