OnKeyUp
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) m |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lua-function|onKeyUp|key}} | ||
+ | |||
Returns "true" once the key is released. | Returns "true" once the key is released. | ||
+ | |||
+ | {{lua-function-param|key|[[Keys|key]] constant}} | ||
spaceUp = onKeyUp("SPACE") | spaceUp = onKeyUp("SPACE") |
Latest revision as of 18:58, 8 February 2014
onKeyUp(key)
Returns "true" once the key is released.
-
key
: key constant
spaceUp = onKeyUp("SPACE")
You can find key constants here