class AndroidInputProcessor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private AndroidInputDevice |
device |
private KeyInput |
keyInput |
(package private) TouchPipeline |
touchPipeline |
Constructor and Description |
---|
AndroidInputProcessor(AndroidInputDevice device) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
processEvents(AndroidInputDevice device)
Called when events are waiting on the input device to be processed.
|
(package private) void |
pushEvent(TouchState state) |
(package private) void |
pushKeyEvent(KeyState keyState) |
private final AndroidInputDevice device
final TouchPipeline touchPipeline
private final KeyInput keyInput
AndroidInputProcessor(AndroidInputDevice device)
void pushEvent(TouchState state)
void processEvents(AndroidInputDevice device)
device
- The device on which events are pendingvoid pushKeyEvent(KeyState keyState)