Back to FabImage Studio website

You are here: Start » Filter Reference » System » User Input » GetKeyboardKeys

GetKeyboardKeys


Module: FoundationLite

Returns virtual key codes of the pressed keys or NULL if no key was pressed.

Name Type Description
Input value inNumKeypad Bool Determines whether to analyze keys from numeric keypad
Input value inAlpha Bool Determines whether to analyze keys from alphanumeric keypad
Input value inSpecial Bool Determines whether to analyze special keys
Input value inFKeys Bool Determines whether to analyze functional keys (F1 to F24)
Output value 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

Complexity Level

This filter is available on Advanced Complexity Level.

See Also