-
Notifications
You must be signed in to change notification settings - Fork 11
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. |