ProtoFlux:Tab: Difference between revisions

From Resonite Wiki
Created a page for the Tab node.
 
Mention name bug
 
(2 intermediate revisions by the same user not shown)
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).
 
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 ==
Line 15: Line 17:


The character literal constant of the Tab character.
The character literal constant of the Tab character.
== Bugs ==
The name of this node currently does not display correctly in-app due to a bug.<ref>{{CiteResoniteIssue|177|Most nodes in Strings > Constants have invisible names.}}</ref>


== See Also ==
== See Also ==

Latest revision as of 17:03, 17 April 2024

\t
*
Constants

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

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 Tab character.

Bugs

The name of this node currently does not display correctly in-app due to a bug.[1]

See Also

Wikipedia article about the Tab. [1]