$VIRTUALKEYBOARD
Revision as of 16:22, 10 November 2015 by imported>Clippy
The $VIRTUALKEYBOARD QB64 GL 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
Errors
Example:
$VIRTUALKEYBOARD:ON DO: LOOP UNTIL INKEY$ = CHR$(27)