Difference between revisions of "$VIRTUALKEYBOARD"
Jump to navigation
Jump to search
Navigation:
imported>Clippy m |
m (Fix typo) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:$VIRTUALKEYBOARD}} | {{DISPLAYTITLE:$VIRTUALKEYBOARD}} | ||
− | The | + | [DEPRECATED] The [[$VIRTUALKEYBOARD]] [[Metacommand|metacommand]] turns the virtual keyboard ON or OFF. |
{{PageSyntax}} | {{PageSyntax}} | ||
− | : | + | : [[$VIRTUALKEYBOARD]]:{ON|OFF} |
{{PageDescription}} | {{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}} | {{PageSeeAlso}} | ||
+ | * [[Metacommand]]s | ||
{{PageNavigation}} | {{PageNavigation}} |
Latest revision as of 10:52, 1 February 2021
[DEPRECATED] The $VIRTUALKEYBOARD metacommand turns the virtual keyboard ON or OFF.
Syntax
- $VIRTUALKEYBOARD:{ON|OFF}
Description
- Places a virtual keyboard on screen, which can be used in touch-enabled devices like Windows tablets.
- Deprecated.
Examples
$VIRTUALKEYBOARD:ON DO: LOOP UNTIL INKEY$ = CHR$(27)
See also