Uses of Enum Class
codedraw.Key
-
Uses of Key in codedraw
Modifier and TypeMethodDescriptionKeyDownEvent.getKey()Gets the key that was pressed to trigger the event.KeyPressEvent.getKey()Gets the key that was pressed to trigger the event.KeyUpEvent.getKey()Gets the key that was pressed to trigger the event.static KeyReturns the enum constant of this class with the specified name.static Key[]Key.values()Returns an array containing the constants of this enum class, in the order they are declared.