| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyReleased.Builder
A builder of
KeyReleased. |
| Modifier and Type | Method and Description |
|---|---|
default KeyCode |
keyCode()
Returns the code of the key.
|
default KeyModifiers |
keyModifiers()
Returns the keyboard modifiers applied.
|
static KeyReleased.Builder |
newBuilder(KeyCode keyCode)
Creates a new
KeyReleased builder with the given required parameters. |
static KeyReleased.Builder newBuilder(KeyCode keyCode)
KeyReleased builder with the given required parameters.keyCode - the code of the keyKeyReleased.Builder instancedefault KeyCode keyCode()
KeyEventdefault KeyModifiers keyModifiers()
KeyEventkeyModifiers in interface KeyEvent