Skip to content
Cory Smith edited this page Sep 1, 2022 · 3 revisions

[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

Clone this wiki locally