Start » Filter Reference » System » User Input » GetKeyboardKeys
Module: | FoundationLite |
---|
Returns virtual key codes of the pressed keys or NULL if no key was pressed.
Name | Type | Description | |
---|---|---|---|
inNumKeypad | Bool | Determines whether to analyze keys from numeric keypad | |
inAlpha | Bool | Determines whether to analyze keys from alphanumeric keypad | |
inSpecial | Bool | Determines whether to analyze special keys | |
inFKeys | Bool | Determines whether to analyze functional keys (F1 to F24) | |
outKeyCodes | IntegerArray | Virtual key codes of the pressed keys. See documentation for a complete table |
Remarks
For complete list of virtual key codes, please follow the link below:
https://docs.microsoft.com/windows/desktop/inputdev/virtual-key-codes
https://docs.microsoft.com/windows/desktop/inputdev/virtual-key-codes
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- GetKeyboardKeyState – Checks if the specified keyboard key is down and if it is toggled.