Difference between revisions of "Event.KEY DOWN"
From GiderosMobile
Line 3: | Line 3: | ||
'''Value:''' keyDown<br/> | '''Value:''' keyDown<br/> | ||
=== Description === | === Description === | ||
− | Button on controller was pushed down | + | <translate>Button on controller was pushed down</translate> |
=== Parameters === | === Parameters === | ||
− | '''playerId''': (number) id of controller/player that pressed the button<br/> | + | '''playerId''': (number) <translate>id of controller/player that pressed the button</translate><br/> |
− | '''keyCode''': (number) button key code that was pressed<br/> | + | '''keyCode''': (number) <translate>button key code that was pressed</translate><br/> |
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
'''Value:''' keyDown<br/> | '''Value:''' keyDown<br/> | ||
=== Description === | === Description === | ||
− | This event is dispatched when a supported key is pressed. For the list of supported keys, check | + | <translate>This event is dispatched when a supported key is pressed. For the list of supported keys, check [[[KeyCode]]] class.</translate> |
=== Parameters === | === Parameters === | ||
− | '''keyCode''': (number) code of the key pressed.<br/> | + | '''keyCode''': (number) <translate>code of the key pressed.</translate><br/> |
− | '''realCode''': (number) real keyCode underneath<br/> | + | '''realCode''': (number) <translate>real keyCode underneath</translate><br/> |
Revision as of 13:48, 23 August 2018
Available since: Gideros 2011.6
Value: keyDown
Description
Button on controller was pushed down
Parameters
playerId: (number) id of controller/player that pressed the button
keyCode: (number) button key code that was pressed
Available since: Gideros 2011.6
Value: keyDown
Description
This event is dispatched when a supported key is pressed. For the list of supported keys, check [[[KeyCode]]] class.
Parameters
keyCode: (number) code of the key pressed.
realCode: (number) real keyCode underneath