_NUMLOCK (function) - QB64Official/qb64 GitHub Wiki

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

Syntax

keyStatus%% = _NUMLOCK (function)

Availability

See Also