Difference between revisions of "KeyCode"
From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2011.6<br/> === Description === <br /> KeyCode table holds the key code constants. These map directly...") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Supported platforms:''' <br/> | + | '''Supported platforms:''' android, ios, mac, pc<br/> |
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
<br /> | <br /> | ||
KeyCode table holds the key code constants. These map directly to a physical key on the keyboard.<br /> | KeyCode table holds the key code constants. These map directly to a physical key on the keyboard.<br /> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
{|- | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| | ||
Line 11: | Line 88: | ||
=== Events === | === Events === | ||
=== Constants === | === Constants === | ||
+ | [[KeyCode.A]] | ||
+ | [[KeyCode.ALT]] | ||
+ | [[KeyCode.B]] | ||
+ | [[KeyCode.BACK]] | ||
+ | [[KeyCode.BACKSPACE]] | ||
+ | [[KeyCode.C]] | ||
+ | [[KeyCode.CENTER]] | ||
+ | [[KeyCode.CTRL]] | ||
+ | [[KeyCode.D]] | ||
+ | [[KeyCode.DELETE]] | ||
+ | [[KeyCode.DOWN]] | ||
+ | [[KeyCode.E]] | ||
+ | [[KeyCode.END]] | ||
+ | [[KeyCode.ENTER]] | ||
+ | [[KeyCode.ESC]] | ||
+ | [[KeyCode.F]] | ||
+ | [[KeyCode.G]] | ||
+ | [[KeyCode.H]] | ||
+ | [[KeyCode.HOME]] | ||
+ | [[KeyCode.I]] | ||
+ | [[KeyCode.INSERT]] | ||
+ | [[KeyCode.J]] | ||
+ | [[KeyCode.K]] | ||
+ | [[KeyCode.L]] | ||
+ | [[KeyCode.L1]] | ||
+ | [[KeyCode.LEFT]] | ||
+ | [[KeyCode.M]] | ||
+ | [[KeyCode.MENU]] | ||
+ | [[KeyCode.MODIFIER_ALT]] | ||
+ | [[KeyCode.MODIFIER_CTRL]] | ||
+ | [[KeyCode.MODIFIER_META]] | ||
+ | [[KeyCode.MODIFIER_NONE]] | ||
+ | [[KeyCode.MODIFIER_SHIFT]] | ||
+ | [[KeyCode.MOUSE_LEFT]] | ||
+ | [[KeyCode.MOUSE_MIDDLE]] | ||
+ | [[KeyCode.MOUSE_NONE]] | ||
+ | [[KeyCode.MOUSE_RIGHT]] | ||
+ | [[KeyCode.N]] | ||
+ | [[KeyCode.NUM_0]] | ||
+ | [[KeyCode.NUM_1]] | ||
+ | [[KeyCode.NUM_2]] | ||
+ | [[KeyCode.NUM_3]] | ||
+ | [[KeyCode.NUM_4]] | ||
+ | [[KeyCode.NUM_5]] | ||
+ | [[KeyCode.NUM_6]] | ||
+ | [[KeyCode.NUM_7]] | ||
+ | [[KeyCode.NUM_8]] | ||
+ | [[KeyCode.NUM_9]] | ||
+ | [[KeyCode.O]] | ||
+ | [[KeyCode.P]] | ||
+ | [[KeyCode.PAGEDOWN]] | ||
+ | [[KeyCode.PAGEUP]] | ||
+ | [[KeyCode.Q]] | ||
+ | [[KeyCode.R]] | ||
+ | [[KeyCode.R1]] | ||
+ | [[KeyCode.RIGHT]] | ||
+ | [[KeyCode.S]] | ||
+ | [[KeyCode.SEARCH]] | ||
+ | [[KeyCode.SELECT]] | ||
+ | [[KeyCode.SHIFT]] | ||
+ | [[KeyCode.SPACE]] | ||
+ | [[KeyCode.START]] | ||
+ | [[KeyCode.T]] | ||
+ | [[KeyCode.TAB]] | ||
+ | [[KeyCode.U]] | ||
+ | [[KeyCode.UP]] | ||
+ | [[KeyCode.V]] | ||
+ | [[KeyCode.W]] | ||
+ | [[KeyCode.X]] | ||
+ | [[KeyCode.Y]] | ||
+ | [[KeyCode.Z]] | ||
|} | |} |
Revision as of 08:57, 23 August 2018
Supported platforms: android, ios, mac, pc
Available since: Gideros 2011.6
Description
KeyCode table holds the key code constants. These map directly to a physical key on the keyboard.