Purpose |
Return the state of the keyboard Shift, Ctrl and/or Alt keys, as of the last keystroke or mouse event retrieved by INKEY$ or WAITKEY$. | ||||||||||||||||||||
Syntax |
status% = INSHIFT | ||||||||||||||||||||
Remarks |
The status% variable receives a bitmask with the shift status:
Values can be combined, for example status% = 17 if the right-alt and shift keys were both active. | ||||||||||||||||||||
See also |