Enum KeyboardEvent
Constants for Keyboard events.
public enum KeyboardEvent
Fields
KeyPressed = 128A key is pushed down.
KeyReleased = 256A key is let up.
KeyTyped = 512A character is entered. A single key press or a character produced by series of key presses. If a series of keys, the mapping from key pressed events to key typed events can be many-to-one or many-to-many.