_SCROLLLOCK (function) - QB64Official/qb64 GitHub Wiki

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

Syntax

keyStatus%% = _SCROLLLOCK (function)

Availability

See Also