ProtoFlux:Vertical Tab: Difference between revisions

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


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


== Outputs ==
== Outputs ==

Latest revision as of 15:02, 17 April 2024

\v
*
Constants

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

Outputs

* (char)

The character literal constant of the Vertical Tab character.

See Also

Wikipedia article about the Vertical Tab. [1]