Struct o2.Event.keyCode


static struct o2.Event.keyCode
Defined in event.constants

Property Summary
static const Integer ALT
- ALT key.
static const Integer BACKSPACE
- backspace key.
static const Integer BOTTOM
- down arrow key.
static const Integer CAPS_LOCK
- caps lock key.
static const Integer COMMA
- COMMA key.
static const Integer CTRL
- CTRL key.
static const Integer DELETE
- DEL key.
static const Integer DOWN
- down arrow key.
static const Integer END
- END key.
static const Integer ENTER
- enter key.
static const Integer ESCAPE
- ESC key.
static const Integer HOME
- HOME key.
static const Integer LEFT
- left arrow key.
static const Integer NUMPAD_ENTER
- NUMPAD ENTER key.
static const Integer PAGE_DOWN
- PAGE DOWN key.
static const Integer PAGE_UP
- PAGE UP key.
static const Integer RETURN
- enter key.
static const Integer RIGHT
- right arrow key.
static const Integer SHIFT
- shift key.
static const Integer SPACE
- SPACE key.
static const Integer TAB
- TAB key.
static const Integer TOP
- up arrow key.
static const Integer UP
- up arrow key.