On Key Press
Last updated
Last updated
On Key Press is an Event Listener Node used for executing additional Logic when a key is pressed on a computer keyboard.
Attribute | Type | Description |
---|---|---|
| Bool | Whether or not the Event is triggered while the key is held down, or just when initially clicked. |
Attribute | Type | Description |
---|---|---|
| Drop-down | The key that Incari will listen to. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | Moves onto the next part of the Logic once the assigned key is pressed (or held). |
| Bool | Whether or not the Alt key was also pressed in combination with the assigned key. |
| Bool | Whether or not the Ctrl key was also pressed in combination with the assigned key. |
| Bool | Whether or not the Shift key was also pressed in combination with the assigned key. |
| Bool | Indicates whether this is a repeated/subsequent execution of the Event ( |