NUMLOCK (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 15: | Line 15: | ||
{{PageSeeAlso}} | {{PageSeeAlso}} | ||
* [[_CAPSLOCK (function)]], [[_SCROLLLOCK (function)]] | * [[_CAPSLOCK (function)]], [[_SCROLLLOCK (function)]] | ||
* [[_CAPSLOCK]] | * [[_CAPSLOCK]], [[_NUMLOCK]], [[_SCROLLLOCK]] | ||
{{PageNavigation}} | {{PageNavigation}} |
Revision as of 21:20, 2 February 2023
The _NUMLOCK function returns the current state of the Num Lock key as on (-1) or off (0).
Syntax
- keyStatus%% = _NUMLOCK
Availability
- QB64 v1.4 and up
- QB64-PE all versions
- Keyword not supported in Linux or macOS versions
See also