On Key Release
Last updated
Last updated
On Key Release is an Event Listener Node used for executing additional Logic when a key is released on a computer keyboard.
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 released. |
| Bool | Whether or not the Alt key was also pressed when the assigned key was released. |
| Bool | Whether or not the Ctrl key was also pressed when the assigned key was released. |
| Bool | Whether or not the Shift key was also pressed when the assigned key was released. |