void |
InputDevice.onAxis(int code,
Predicate<Integer> predicate,
EventListener listener) |
Sets an event listener for an axis event and code.
|
void |
InputDevice.onAxis(int code,
EventListener listener) |
Sets an event listener for an axis event and code.
|
void |
InputDevice.onEvent(EventListener listener) |
Sets a global listener that listen to all events.
|
void |
InputDevice.onEvent(EventType type,
int code,
Predicate<Integer> predicate,
EventListener listener) |
Sets an event listener for given event type and code.
|
void |
InputDevice.onEvent(EventType type,
int code,
EventListener listener) |
Sets an event listener for given event type and code.
|
void |
InputDevice.onKey(int code,
Predicate<Integer> predicate,
EventListener listener) |
Sets an event listener for an key event and code.
|
void |
InputDevice.onKey(int code,
EventListener listener) |
Sets an event listener for an key event and code.
|