Back to FabImage Studio website
You are here: Start » Filter Reference » User Input » GetKeyboardKeyState
Checks if the specified keyboard key is down and if it is toggled.
Name | Type | Description | |
---|---|---|---|
![]() |
inKeyCode | Integer | Virtual key code. See documentation for a complete table. |
![]() |
outIsDown | Bool | Informs if the specified keyboard key is being pressed at the moment. |
![]() |
outIsToggled | Bool | Informs about the state. Important for keys such as CapsLock. |
Examples
Description of usage of this filter can be found in examples and tutorial: Brick destroy (Game).
Remarks
For complete list of virtual key codes, please follow the link below:
https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx
https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx
Complexity Level
This filter is available on Advanced Complexity Level.