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

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