Back to Adaptive Vision Studio website

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

GetKeyboardKeys


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

Complexity Level

This filter is available on Advanced Complexity Level.

See Also