Skip to content

Reference: Keyboard

williamwilling edited this page Oct 11, 2014 · 2 revisions

#Keyboard

The current state of the keyboard.

##Members

property description
key_down A list of all keyboard keys with an associated value of true if the key is down and false if the key is up.
key_up A list of all keyboard keys with an associated value of true if the key is up and false if the key is down.

Clone this wiki locally