Component:VirtualKeyboard: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
update formatting and see also
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
|Name=Virtual Keyboard
|Name=Virtual Keyboard
}}
}}
{{stub}}
The Virtual Keyboard is a component that groups many [[Component:VirtualKey|Keys]], [[Component:VirtualModifierKey|Modifier Keys]], and [[Component:VirtualMultiKey|Multi Keys]] together.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|ShiftActive|Bool|
|ShiftActive|Bool| Whether the [[Component:VirtualShift|Virtual Shift]] key is toggled to pressed.
|HoldShift|Bool|
|HoldShift|Bool| Whether the [[Component:VirtualShift|Virtual Shift]] key is held.
|TextPreviewActive|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv2=true|
|TextPreviewActive|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv2=true| drives the visibility of the preview text display.
|TextPreview|IText|
|TextPreview|IText| The text preview object that shows what the user is typing.
}}
}}
== Behavior ==


== Examples ==
== Examples ==
Used in the default keyboard every user comes with, and


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


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

Latest revision as of 19:40, 2 February 2025

Component image 
Virtual Keyboard component as seen in the Scene Inspector

The Virtual Keyboard is a component that groups many Keys, Modifier Keys, and Multi Keys together.

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.
ShiftActive Bool Whether the Virtual Shift key is toggled to pressed.
HoldShift Bool Whether the Virtual Shift key is held.
TextPreviewActive field drive of Bool drives the visibility of the preview text display.
TextPreview IText The text preview object that shows what the user is typing.

Examples

Used in the default keyboard every user comes with, and

See Also