1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/_NUMLOCK-(function).md
2022-12-24 21:14:48 -06:00

538 B

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