The fields of Android.Views.InputDevice are listed below. For a list of all members, see the InputDevice Members list.
See Also: Inherited members from Java.Lang.Object
const | KeyboardTypeAlphabetic | InputKeyboardType (2). The keyboard supports a complement of alphabetic keys. |
const | KeyboardTypeNonAlphabetic | InputKeyboardType (1). The keyboard is not fully alphabetic. |
const | KeyboardTypeNone | InputKeyboardType (0). There is no keyboard. |
const | MotionRangeOrientation | MotionRange (8). Constant for retrieving the range of values for MotionEvent.AXIS_ORIENTATION. |
const | MotionRangePressure | MotionRange (2). Constant for retrieving the range of values for MotionEvent.AXIS_PRESSURE. |
const | MotionRangeSize | MotionRange (3). Constant for retrieving the range of values for MotionEvent.AXIS_SIZE. |
const | MotionRangeToolMajor | MotionRange (6). Constant for retrieving the range of values for MotionEvent.AXIS_TOOL_MAJOR. |
const | MotionRangeToolMinor | MotionRange (7). Constant for retrieving the range of values for MotionEvent.AXIS_TOOL_MINOR. |
const | MotionRangeTouchMajor | MotionRange (4). Constant for retrieving the range of values for MotionEvent.AXIS_TOUCH_MAJOR. |
const | MotionRangeTouchMinor | MotionRange (5). Constant for retrieving the range of values for MotionEvent.AXIS_TOUCH_MINOR. |
const | MotionRangeX | MotionRange (0). Constant for retrieving the range of values for MotionEvent.AXIS_X. |
const | MotionRangeY | MotionRange (1). Constant for retrieving the range of values for MotionEvent.AXIS_Y. |
const | SourceAny | InputSourceType (-256). A special input source constant that is used when filtering input devices to match devices that provide any type of input source. |
const | SourceClassButton | InputSourceType (1). The input source has buttons or keys. |
const | SourceClassJoystick | InputSourceType (16). The input source is a joystick. |
const | SourceClassMask | InputSourceType (255). A mask for input source classes. |
const | SourceClassNone | InputSourceType (0). The input source has no class. |
const | SourceClassPointer | InputSourceType (2). The input source is a pointing device associated with a display. |
const | SourceClassPosition | InputSourceType (8). The input source is an absolute positioning device not associated with a display (unlike InputDevice.SourceClassPointer). |
const | SourceClassTrackball | InputSourceType (4). The input source is a trackball navigation device. |
const | SourceDpad | InputSourceType (513). The input source is a DPad. |
const | SourceGamepad | InputSourceType (1025). The input source is a game pad. |
const | SourceHdmi | InputSourceType (33554433). The input source is a device connected through HDMI-based bus. |
const | SourceJoystick | InputSourceType (16777232). The input source is a joystick. |
const | SourceKeyboard | InputSourceType (257). The input source is a keyboard. |
const | SourceMouse | InputSourceType (8194). The input source is a mouse pointing device. |
const | SourceStylus | InputSourceType (16386). The input source is a stylus pointing device. |
const | SourceTouchNavigation | InputSourceType (2097152). The input source is a touch device whose motions should be interpreted as navigation events. |
const | SourceTouchpad | InputSourceType (1048584). The input source is a touch pad or digitizer tablet that is not associated with a display (unlike InputDevice.SourceTouchscreen). |
const | SourceTouchscreen | InputSourceType (4098). The input source is a touch screen pointing device. |
const | SourceTrackball | InputSourceType (65540). The input source is a trackball. |
const | SourceUnknown | InputSourceType (0). The input source is unknown. |