Android.Hardware.Input.InputManager Members

The members of Android.Hardware.Input.InputManager are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
ActionQueryKeyboardLayoutsstring. Broadcast Action: Query available keyboard layouts.
const
MetaDataKeyboardLayoutsstring. Metadata Key: Keyboard layout metadata associated with InputManager.ActionQueryKeyboardLayouts.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.