Data type KeyState
access this type via: os.KeyState (uses)
This is a container type for a set of constants used to represent different key-hold states on a keyboard.
Constants
byte KEY_SHIFT Constant value indicating that a shift key is being held.
byte KEY_CTRL Constant value indicating that a control key is being held.
byte KEY_ALT Constant value indicating that an alt key is being held.
byte KEY_ALTGR Constant value indicating that an alt-gr key is being held.
byte KEY_CMD Constant value indicating that a command key is being held.
byte KEY_CAPLOCK Constant value indicating that a cap-lock mode is on.