Created a page for the Key Released node. |
Added input description. |
||
Line 13: | Line 13: | ||
The <code>Key Released</code> node returns the local [[User|user's]] keyboard key being released. This will change within that frame, so combining it with [[ProtoFlux:Fire On True|Fire On True]] is recommended. | The <code>Key Released</code> node returns the local [[User|user's]] keyboard key being released. This will change within that frame, so combining it with [[ProtoFlux:Fire On True|Fire On True]] is recommended. | ||
== Inputs == | |||
=== Key ([[Type:Key|Key]]) === | |||
The key to check. | |||
== Outputs == | == Outputs == |
Revision as of 21:35, 17 April 2024
Key Released
Keyboard
The Key Released
node returns the local user's keyboard key being released. This will change within that frame, so combining it with Fire On True is recommended.
Inputs
Key (Key)
The key to check.
Outputs
* (bool)
The result from the user's keyboard key that just released.