Component:VirtualCloseKey: Difference between revisions

From Resonite Wiki
add info
m update
 
Line 5: Line 5:
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.
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| The virtual keyboard to close.
|Keyboard|'''[[Component:VirtualKeyboard|VirtualKeyboard]]'''|TypeAdv0=true| The virtual keyboard to close.
Line 11: Line 11:


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


== See Also ==
== See Also ==
* [[Component:VirtualKey|Virtual Key]]
{{Template:KeyBoardTypes_SeeAlso}}
* [[Component:VirtualKeyboard|Virtual Keyboard]]
* [[Component:VirtualModifierKey|Virtual Modifier Key]]
* [[Component:VirtualMultiKey|Virtual Multi Key]]
* [[Component:VirtualShift|Virtual Shift]]
* [[Component:VirtualCloseKey|Virtual Close Key]]
* [[Component:VirtualKeyTextDrive|Virtual Key Text Drive]]
* [[Component:VirtualShiftColorDriver|Virtual Shift Color Driver]]


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

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