1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-16 21:15:15 +00:00
qb64/internal/help/$VIRTUALKEYBOARD.md

25 lines
442 B
Markdown
Raw Normal View History

[DEPRECATED] The [$VIRTUALKEYBOARD]($VIRTUALKEYBOARD) [Metacommand](Metacommand) turns the virtual keyboard ON or OFF.
## Syntax
> [$VIRTUALKEYBOARD]($VIRTUALKEYBOARD):{ON|OFF}
## Description
* Places a virtual keyboard on screen, which can be used in touch-enabled devices like Windows tablets.
* Deprecated.
## Example(s)
```vb
$VIRTUALKEYBOARD:ON
DO: LOOP UNTIL INKEY$ = CHR$(27)
```
## See Also
* [Metacommand](Metacommand)s