SCROLLLOCK (function): Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
No edit summary |
m (Protected "SCROLLLOCK (function)" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))) |
(No difference)
|
Revision as of 23:02, 29 April 2022
The _SCROLLLOCK function returns the current state of the Scroll Lock key as on (-1) or off (0).
Syntax
- keyStatus%% = _SCROLLLOCK
Availability
- QB64 1.4 and up (QB64 Team)
- QBPE 0.5 and up (QB64 Phoenix Edition)
- Not available in Linux or macOS.
See also
- _CAPSLOCK (function), _NUMLOCK (function)
- _CAPSLOCK (statement), _NUMLOCK (statement), _SCROLLLOCK (statement)