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 |
No edit summary |
||
Line 8: | Line 8: | ||
{{PageAvailability}} | {{PageAvailability}} | ||
* '''QB64 | * '''QB64 v1.4 and up''' | ||
* ''' | * '''QB64-PE all versions''' | ||
* '''[[Keywords_currently_not_supported_by_QB64#Keywords_not_supported_in_Linux_or_macOS_versions|Keyword not supported in Linux or macOS versions]]''' | * '''[[Keywords_currently_not_supported_by_QB64#Keywords_not_supported_in_Linux_or_macOS_versions|Keyword not supported in Linux or macOS versions]]''' | ||
Revision as of 00:08, 11 January 2023
The _SCROLLLOCK function returns the current state of the Scroll Lock key as on (-1) or off (0).
Syntax
- keyStatus%% = _SCROLLLOCK
Availability
- QB64 v1.4 and up
- QB64-PE all versions
- Keyword not supported in Linux or macOS versions
See also
- _CAPSLOCK (function), _NUMLOCK (function)
- _CAPSLOCK (statement), _NUMLOCK (statement), _SCROLLLOCK (statement)