1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 19:10:25 +00:00
qb64/internal/help/_CAPSLOCK-(function).md

541 B

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

Syntax

keyStatus%% = _CAPSLOCK (function)

Availability

See Also