ProtoFlux:VerticalTab: Difference between revisions

From Resonite Wiki
Created a page for the Vertical Tab node.
 
m YoshBot moved page ProtoFlux:Vertical Tab to ProtoFlux:VerticalTab: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
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 00:41, 21 August 2025

\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]