The Check Key action checks to see if a key on the keyboard or a virtual button has been pressed.
Read from
Specifies the input source to check. Options are:
- Keyboard - Check a raw keyboard key
- Virtual Button - Check a configured virtual button
Key
The key to check (when Read from is set to Keyboard).
Button
The virtual button to check (when Read from is set to Virtual Button).
Method
The state of the key to check against. Possible options are:
- Pressed - The key is pressed down
- Triggered - The key was just pressed down this frame
- Released - The key was down, but now it’s been released.
Action to run:
The Actions to execute if the check is successful.