OnKeyDown
(Difference between revisions)
TaeZ (Talk | contribs)
(Created page with "Check if key has been pressed. While isKeyPressed will return "true" continuously until a key is released, this function will return "true", when the button is pressed dow...")
Newer edit →
(Created page with "Check if key has been pressed. While isKeyPressed will return "true" continuously until a key is released, this function will return "true", when the button is pressed dow...")
Newer edit →
Revision as of 20:32, 12 March 2013
Check if key has been pressed. While isKeyPressed will return "true" continuously until a key is released, this function will return "true", when the button is pressed down and then "true","false" every few ticks depending on your OS key delay and speed settings.
spaceDown = onKeyDown("SPACE")
You can find key constants here