Skip to content

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

Syntax

$VIRTUALKEYBOARD:ON
$VIRTUALKEYBOARD:OFF

Description

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

Examples

$VIRTUALKEYBOARD:ON

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

See also


Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page

Category:Final

Clone this wiki locally