_NUMLOCK (function) - mkilgore/QB64pe GitHub Wiki
The _NUMLOCK function returns the current state of the Num Lock key as on (-1) or off (0).
- keyStatus%% = _NUMLOCK
- QB64 1.4 and up (QB64 Team)
- QBPE 0.5 and up (QB64 Phoenix Edition)
- Not available in Linux or macOS.
- _CAPSLOCK (function), _SCROLLLOCK (function)
- _CAPSLOCK (statement), _NUMLOCK (statement), _SCROLLLOCK (statement)
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page