Android.Hardware.Input.InputManager: Method Members

The methods of Android.Hardware.Input.InputManager are listed below. For a list of all members, see the InputManager Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

GetInputDevice(int) : Android.Views.InputDevice
Gets information about the input device with the specified id.
GetInputDeviceIds() : int[]
Gets the ids of all input devices in the system.
RegisterInputDeviceListener(InputManager.IInputDeviceListener, Android.OS.Handler)
Registers an input device listener to receive notifications about when input devices are added, removed or changed.
UnregisterInputDeviceListener(InputManager.IInputDeviceListener)
Unregisters an input device listener.