| Modifier and Type | Method and Description |
|---|---|
static Keyboard.KeyEvent |
Keyboard.isKey(Key key,
Keyboard.Event event)
A collector function for key events for
key. |
static Keyboard.KeyEvent |
Keyboard.keyEvents(Keyboard.Event event)
Checks whether
event is a KeyEvent and returns it (casted appropriately) if
so. |
| Modifier and Type | Method and Description |
|---|---|
static Function<Keyboard.Event,Keyboard.KeyEvent> |
Keyboard.isKey(Key key)
Returns a collector function for key events for
key. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Keyboard.KeySlot.onEmit(Keyboard.KeyEvent event) |
Copyright © 2018. All Rights Reserved.