Keyboard
Methods for detecting keyboard input and key states.
These methods are called on strings representing key names, such as:
Letters: "A" through "Z"
Numbers: "0" through "9"
Special keys: "Space", "Enter", "Tab", "Shift", "Control", "Alt"
Arrow keys: "ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"
Function keys: "F1" through "F12"
Last updated
Was this helpful?