ProtoFlux:Form Feed: Difference between revisions

From Resonite Wiki
Created a page for the Form Feed node.
 
No edit summary
 
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=
|Name=\f
|Category=Constants
|Category=Constants
|Outputs=
|Outputs=
Line 8: Line 8:
|}}
|}}


The <code>Form Feed</code> node is a character literal constant that represents the Form Feed character for most physical keyboards. Form Feed is used to separate between pages, represented as either a special character or white space in some applications. Using this node will not actually fire a Form Feed 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>Form Feed</code> node is a character literal constant for the "Form Feed" character (Unicode: U+000C).


== Outputs ==
== Outputs ==

Latest revision as of 16:54, 17 April 2024

\f
*
Constants

The Form Feed node is a character literal constant for the "Form Feed" character (Unicode: U+000C).

Outputs

* (char)

The character literal constant of the Form Feed character.

See Also

Wikipedia article about the Form Feed. [1]