ProtoFlux:Space: Difference between revisions

From Resonite Wiki
Created a page for the Space node.
 
No edit summary
 
Line 8: Line 8:
|}}
|}}


The <code>Space</code> node is a character literal constant that represents the Space character for most physical keyboards. Using this node will not actually fire a Space event on the keyboard by itself, but is more of a way to compare against another character or to be used in some way in its raw form.
The <code>Space</code> node is a character literal constant for the "Space" character (Unicode: U+0020).
 
This node is about the text character. Its usage should not be confused with that of [[Type:Key|keyboard keys]] used for handling input.


== Outputs ==
== Outputs ==

Latest revision as of 15:13, 17 April 2024

' ' (ˢᵖᵃᶜᵉ)
*
Constants

The Space node is a character literal constant for the "Space" character (Unicode: U+0020).

This node is about the text character. Its usage should not be confused with that of keyboard keys used for handling input.

Outputs

* (char)

The character literal constant of the Space character.

See Also

Wikipedia article about the Space. [1]