Difference between revisions of "Event.KEY UP"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Button on controller was released up __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:''' keyUp<br/> | ||
=== Description === | === Description === | ||
Button on controller was released up | Button on controller was released up | ||
+ | === Parameters === | ||
+ | '''playerId''': (number) id of controller/player that released the button<br/> | ||
+ | '''keyCode''': (number) button key code that was released<br/> | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Value:''' keyUp<br/> | ||
=== Description === | === Description === | ||
This event is dispatched when a supported key is released. For the list of supported keys, check `KeyCode` class. | This event is dispatched when a supported key is released. 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 10:45, 23 August 2018
Available since: Gideros 2011.6
Value: keyUp
Description
Button on controller was released up
Parameters
playerId: (number) id of controller/player that released the button
keyCode: (number) button key code that was released
Available since: Gideros 2011.6
Value: keyUp
Description
This event is dispatched when a supported key is released. For the list of supported keys, check `KeyCode` class.
Parameters
keyCode: (number) code of the key pressed.
realCode: (number) real keyCode underneath