ProtoFlux:Tab: Difference between revisions

From Resonite Wiki
Created a page for the Tab node.
 
Corrections
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=
|Name=\t
|Category=Constants
|Category=Constants
|Outputs=
|Outputs=
Line 8: Line 8:
|}}
|}}


The <code>Tab</code> node is a character literal constant that represents the Tab character for most physical keyboards. Using this node will not actually fire a Tab 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>Tab</code> node is a character literal constant for the "Tab" character (Unicode: U+0009).


== Outputs ==
== Outputs ==

Revision as of 15:04, 17 April 2024

\t
*
Constants

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

Outputs

* (char)

The character literal constant of the Tab character.

See Also

Wikipedia article about the Tab. [1]