Component:VirtualCloseKey: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
m update
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
|Name=Virtual Close Key
|Name=Virtual Close Key
}}
}}
{{stub}}
Closes the Keyboard in <code>Keyboard</code> field when it receives a [[Button Events|button event]]. Using a button on the same slot of this component and pressing it will make this component receive said event.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Keyboard|'''[[Component:VirtualKeyboard|VirtualKeyboard]]'''|TypeAdv0=true|
|Keyboard|'''[[Component:VirtualKeyboard|VirtualKeyboard]]'''|TypeAdv0=true| The virtual keyboard to close.
}}
}}
== Behavior ==


== Examples ==
== Examples ==
Used in the default keyboard to close the keyboard.


== See Also ==
== See Also ==
{{Template:KeyBoardTypes_SeeAlso}}


[[Category:Components:Userspace:Virtual Keyboard{{#translation:}}|Virtual Close Key]]
[[Category:Components:Userspace:Virtual Keyboard{{#translation:}}|Virtual Close Key]]
[[Category:Components{{#translation:}}|Virtual Close Key]]
[[Category:Components{{#translation:}}|Virtual Close Key]]
[[Category:ComponentStubs]]

Latest revision as of 19:39, 2 February 2025

Component image 
Virtual Close Key component as seen in the Scene Inspector

Closes the Keyboard in Keyboard field when it receives a button event. Using a button on the same slot of this component and pressing it will make this component receive said event.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
Keyboard VirtualKeyboard The virtual keyboard to close.

Examples

Used in the default keyboard to close the keyboard.

See Also