Reference
Components
Is Key Pressed
Description
The Is key Pressed component is used to determine whether a particular key is currently pressed. The key can be specified explicitly by it’s
letter or you can use the Virtual Key Code.
For a complete list of virtual key codes see the following link (all codes are in hex and must be converted to decimal before use):
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/WinUI/WindowsUserInterface/UserInput/VirtualKeyCodes.asp
You can also use “CTRL”, “ALT” or “SHIFT” as shortcuts for those keys.
Note that this component does not send a trigger when the state of the key changes, it can only be used for investigating the current state of
a key – this happens whenever you trigger the Check input.
Connectors
Inputs Type Outputs Type
Letter or shortcut or virtual
key code
String
Flag which will read True if
the key is currently pressed
and False otherwise
Boolean
Trigger to check the state of
the key
183 of 494