forked from QB64-Phoenix-Edition/QB64pe
-
Notifications
You must be signed in to change notification settings - Fork 0
$VIRTUALKEYBOARD
github-actions[bot] edited this page Jun 16, 2022
·
5 revisions
The (now deprecated) $VIRTUALKEYBOARD metacommand did turn the virtual keyboard ON or OFF.
- $VIRTUALKEYBOARD:ON
- $VIRTUALKEYBOARD:OFF
- This metacommand does not require a comment or REM before it. There is no space between the metacommand name, the colon and the ON/OFF parameter.
- Placed a virtual keyboard on screen, which could be used in touch-enabled devices like Windows tablets.
- Deprecated, does just generate a warning now, but has no other effect anymore.
$VIRTUALKEYBOARD:ON DO: LOOP UNTIL INKEY$ = CHR$(27) |
Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page