Example usage for Java android.hardware.input InputManager fields, constructors, methods, implement or subclass
The text is from its open source code.
int | INJECT_INPUT_EVENT_MODE_ASYNC Input Event Injection Synchronization Mode: None. |
InputDevice | getInputDevice(int id) Gets information about the input device with the specified id. |
int[] | getInputDeviceIds() Gets the ids of all input devices in the system. |
boolean | injectInputEvent(InputEvent event, int mode) Injects an input event into the event system on behalf of an application. |