Difference between revisions of "$VIRTUALKEYBOARD"
Jump to navigation
Jump to search
Navigation:
imported>Clippy (Created page with '{{DISPLAYTITLE:}} {{PageSyntax}} {{PageDescription}} {{PageErrors}} {{PageSeeAlso}} {{PageNavigation}}') |
imported>Clippy m |
||
Line 1: | Line 1: | ||
− | {{DISPLAYTITLE:}} | + | {{DISPLAYTITLE:$VIRTUALKEYBOARD}} |
+ | The '''$VIRTUALKEYBOARD''' QB64 Metacommand turns the virtual keyboard ON or OFF in Android device programs. | ||
{{PageSyntax}} | {{PageSyntax}} | ||
+ | ::: '''$VIRTUALKEYBOARD:''' {ON|OFF} | ||
{{PageDescription}} | {{PageDescription}} | ||
+ | * If you haven't got an Android device and just want to try out the virtual keyboard add the following meta-command: $VIRTUALKEYBOARD:ON | ||
+ | |||
Revision as of 15:14, 10 November 2015
The $VIRTUALKEYBOARD QB64 Metacommand turns the virtual keyboard ON or OFF in Android device programs.
Syntax
- $VIRTUALKEYBOARD: {ON|OFF}
Description
- If you haven't got an Android device and just want to try out the virtual keyboard add the following meta-command: $VIRTUALKEYBOARD:ON