protected static class KeyEventState.InputState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
eventType |
protected int |
keyOrButtonCode |
protected long |
timestamp |
Constructor and Description |
---|
InputState(int eventType,
int keyOrButtonCode,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
int |
getEventType() |
int |
getKeyOrButtonCode() |
long |
getTimestamp() |