Android.Views.InputDevice: Method Members

The methods 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

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
static
GetDevice(int) : InputDevice
Gets information about the input device with the specified id.
static
GetDeviceIds() : int[]
Gets the ids of all input devices in the system.
GetMotionRange(Axis) : InputDevice.MotionRange
Gets information about the range of values for a particular Android.Views.MotionEvent axis.
GetMotionRange(Axis, InputSourceType) : InputDevice.MotionRange
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[]) : bool[]
Documentation for this section has not yet been entered.
SupportsSource(InputSourceType) : bool
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.