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 KeyLocation |
keyLocation()
Returns the location of the key on the keyboard.
|
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()
KeyEvent
default KeyModifiers keyModifiers()
KeyEvent
keyModifiers
in interface KeyEvent
default KeyLocation keyLocation()
KeyEvent
keyLocation
in interface KeyEvent