The members of Android.Views.InputDevice are listed below.
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. |
[read-only] | ControllerNumber | int. The controller number for a given input device. |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] | Descriptor | string. Gets the input device descriptor, which is a stable identifier for an input device. |
[read-only] | Id | int. Gets the input device id. |
[read-only] | IsVirtual | bool. Returns true if the device is a virtual input device rather than a real one, such as the virtual keyboard (see KeyCharacterMap.VIRTUAL_KEYBOARD). |
[read-only] | KeyboardType | InputKeyboardType. Gets the keyboard type. |
[read-only] | KeyCharacterMap | KeyCharacterMap. Gets the key character map associated with this input device. |
[read-only] | MotionRanges | IList<InputDevice.MotionRange>. Gets the ranges for all axes supported by the device. |
[read-only] | Name | string. Gets the name of this input device. |
[read-only] | ProductId | int. Gets the product id for the given device, if available. |
[read-only] | Sources | InputSourceType. Gets the input sources supported by this input device as a combined bitfield. |
[read-only] | VendorId | int. Gets the vendor id for the given device, if available. |
[read-only] | Vibrator | Android.OS.Vibrator. Gets the vibrator service associated with the device, if there is one. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
static | GetDevice(int)Gets information about the input device with the specified id. | |
static | GetDeviceIds()Gets the ids of all input devices in the system. | |
GetMotionRange(Axis)Gets information about the range of values for a particular Android.Views.MotionEvent axis. | ||
GetMotionRange(Axis, InputSourceType)Gets information about the range of values for a particular Android.Views.MotionEvent axis used by a particular source on the device. | ||
HasKeys(params int[])Documentation for this section has not yet been entered. | ||
SupportsSource(InputSourceType)Determines whether the input device supports the given source or sources. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |