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
(Created page with "{{DISPLAYTITLE: _SCROLLLOCK (function)}} The _SCROLLLOCK function returns the current state of the Scroll Lock key as on (-1) or off (0). {{PageSyntax}} : {{Parameter|keyStatus%%}} = _SCROLLLOCK ==Availability== * Version 1.4 and up. * Not available in Linux or macOS. {{PageSeeAlso}} * _CAPSLOCK (function), _...") |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
{{PageDescription}} | |||
* '''[[Keywords currently not supported by QB64#Keywords_not_supported_in_Linux_or_macOS_versions|Keyword not supported in Linux or macOS versions]]''' | |||
* [[ | |||
{{PageAvailability}} | |||
<!-- QB64 = a version or none, QBPE = a version or all, Platforms = yes or no --> | |||
<gallery widths="48px" heights="48px" mode="nolines"> | |||
File:Qb64.png|'''v1.4''' | |||
File:Qbpe.png|'''all''' | |||
File:Apix.png | |||
File:Win.png|'''yes''' | |||
File:Lnx.png|'''no''' | |||
File:Osx.png|'''no''' | |||
</gallery> | |||
<!-- additional availability notes go below here --> | |||
{{PageSeeAlso}} | {{PageSeeAlso}} | ||
* [[_CAPSLOCK (function)]], [[_NUMLOCK (function)]] | * [[_CAPSLOCK (function)]], [[_NUMLOCK (function)]] | ||
* [[_CAPSLOCK]] | * [[_CAPSLOCK]], [[_NUMLOCK]], [[_SCROLLLOCK]] | ||
{{PageNavigation}} | {{PageNavigation}} |
Latest revision as of 18:11, 6 October 2024
The _SCROLLLOCK function returns the current state of the Scroll Lock key as on (-1) or off (0).
Syntax
- keyStatus%% = _SCROLLLOCK
Description
Availability
See also