| Package | Description |
|---|---|
| org.fujion.event |
| Modifier and Type | Method and Description |
|---|---|
static KeyCode |
KeyCode.fromCode(int keyCode)
Returns the
keycode enum, given the key code. |
static KeyCode |
KeyCode.fromString(String value)
Returns a key code from its text representation.
|
KeyCode |
KeyEvent.getKeyCode()
Returns the key code of the depressed key(s).
|
static KeyCode |
KeyCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyCode[] |
KeyCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Fujion Framework. All rights reserved.