Component:VirtualCloseKey: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
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 ==
== Usage ==
{{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


== See Also ==
== See Also ==
* [[Component:VirtualKey|Virtual Key]]
* [[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]]
[[Category:ComponentStubs]]

Latest revision as of 00:35, 17 October 2024

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.

Usage

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.
Keyboard VirtualKeyboard The virtual keyboard to close.

Examples

Used

See Also