Java android.hardware.input InputManager fields, constructors, methods, implement or subclass

Example usage for Java android.hardware.input InputManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.hardware.input InputManager.

The text is from its open source code.

Field

intINJECT_INPUT_EVENT_MODE_ASYNC
Input Event Injection Synchronization Mode: None.

Method

InputDevicegetInputDevice(int id)
Gets information about the input device with the specified id.
int[]getInputDeviceIds()
Gets the ids of all input devices in the system.
booleaninjectInputEvent(InputEvent event, int mode)
Injects an input event into the event system on behalf of an application.