forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
_NUMLOCK (function)
Samuel Gomes edited this page Nov 8, 2022
·
1 revision
The _NUMLOCK (function) function returns the current state of the Num Lock key as on (-1) or off (0).
keyStatus%% = _NUMLOCK (function)
- Version 1.4 and up.
- Keywords currently not supported.
- _CAPSLOCK (function), _SCROLLLOCK (function)
- _CAPSLOCK (statement), _NUMLOCK (statement), _SCROLLLOCK (statement)