Member Name | Description |
---|---|
Down | KeyEvent.Action value: the key has been pressed down. |
Multiple | KeyEvent.Action value: multiple duplicate key events have occurred in a row, or a complex string is being delivered. If the key code is not {#link Keycode.Unknown then the {#link KeyEvent.RepeatCount method returns the number of times the given key code should be executed. Otherwise, if the key code is Keycode.Unknown, then this is a sequence of characters as returned by KeyEvent.Characters. |
Up | KeyEvent.Action value: the key has been released. |