Keyboard
object Keyboard
The current keyboard state.
Properties
Link copied to clipboard
The last character pressed, or the next one in the pressing queue.
Link copied to clipboard
Whether the control key is currently down and being pressed.
Link copied to clipboard
Whether the shift key is currently down and being pressed.
Link copied to clipboard
Whether the super key is currently down and being pressed.
Link copied to clipboard
The last key pressed, or the next one in the pressing queue.
Functions
Link copied to clipboard
Whether a character was released once.
Whether the key was released once.
Link copied to clipboard
Sets the exit key for the program. Default is Key.ESC.