1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/internal/help/$VIRTUALKEYBOARD.txt
2021-02-06 18:51:34 -03:00

27 lines
532 B
Plaintext

{{DISPLAYTITLE:$VIRTUALKEYBOARD}}
[DEPRECATED] The [[$VIRTUALKEYBOARD]] [[Metacommand|metacommand]] turns the virtual keyboard ON or OFF.
{{PageSyntax}}
: [[$VIRTUALKEYBOARD]]:{ON|OFF}
{{PageDescription}}
* Places a virtual keyboard on screen, which can be used in touch-enabled devices like Windows tablets.
* Deprecated.
{{PageExamples}}
{{CodeStart}}
{{Cl|$VIRTUALKEYBOARD}}:ON
{{Cl|DO}}: {{Cl|LOOP}} {{Cl|UNTIL}} {{Cl|INKEY$}} = {{Cl|CHR$}}(27) '' ''
{{CodeEnd}}
{{PageSeeAlso}}
* [[Metacommand]]s
{{PageNavigation}}