(One intermediate revision by the same user not shown)
Line 5:
Line 5:
The Virtual Keyboard is a component that groups many [[Component:VirtualKey|Keys]], [[Component:VirtualModifierKey|Modifier Keys]], and [[Component:VirtualMultiKey|Multi Keys]] together.
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| Whether the Shift modifier key is active.
|ShiftActive|Bool| Whether the [[Component:VirtualShift|Virtual Shift]] key is toggled to pressed.
|HoldShift|Bool| Whether the Shift key is held.
|HoldShift|Bool| Whether the [[Component:VirtualShift|Virtual Shift]] key is held.
|TextPreviewActive|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv2=true| drives the visibility of the preview text display.
|TextPreviewActive|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv2=true| drives the visibility of the preview text display.
|TextPreview|IText| The text preview object that shows what the user is typing.
|TextPreview|IText| The text preview object that shows what the user is typing.