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