The Check Key action checks to see if a key on the keyboard has been pressed.

Key

The key to check.

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.