Skip to content

Desktop.WaitKeyEvent

Name - Description Default Type
<input>
<output> Int2

Pauses the wire and waits for keyboard events.

The output of this shard will be a Int2.

  • The first integer will be 0 for Key down/push events and 1 for Key up/release events.
  • The second integer will the scancode of the key.