_NUMLOCK (function)

From QB64 Wiki
Jump to navigation Jump to search

The _NUMLOCK function returns the current state of the Num Lock key as on (-1) or off (0).


Syntax

keyStatus%% = _NUMLOCK


Availability


See also



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page