1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/wiki/$VIRTUALKEYBOARD.md
2022-12-24 21:14:48 -06:00

442 B

[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.

Example(s)


$VIRTUALKEYBOARD:ON

DO: LOOP UNTIL INKEY$ = CHR$(27) 

See Also