Difference between revisions of "Event.KEY DOWN"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Button on controller was pushed down __NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Descript...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Value:''' keyDown<br/>
 
=== Description ===
 
=== Description ===
 
Button on controller was pushed down
 
Button on controller was pushed down
 +
=== Parameters ===
 +
'''playerId''': (number) id of controller/player that pressed the button<br/>
 +
'''keyCode''': (number) button key code that was pressed<br/>
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Value:''' keyDown<br/>
 
=== Description ===
 
=== Description ===
 
This event is dispatched when a supported key is pressed. For the list of supported keys, check `KeyCode` class.
 
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.<br/>
 +
'''realCode''': (number) real keyCode underneath<br/>

Revision as of 11:44, 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