1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 21:40:25 +00:00
QB64-PE/internal/help/$VIRTUALKEYBOARD_$111111111111111.txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

32 lines
899 B
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:40:48}}
The ({{Text|now deprecated|red}}) '''$VIRTUALKEYBOARD''' [[metacommand]] did turn the virtual keyboard ON or OFF.
{{PageSyntax}}
: '''$VIRTUALKEYBOARD:ON'''
: '''$VIRTUALKEYBOARD:OFF'''
{{PageDescription}}
* This metacommand did not require a comment ''[[Apostrophe|']]'' or [[REM]] before it. There was no space between the metacommand name, the colon and the ON/OFF parameter.
* It placed a virtual keyboard on screen, which could be used in touch-enabled devices like Windows tablets.
* {{Text|Deprecated|red}}, in all current versions of QB64 it just generates a warning now, but has no other effect anymore.
{{PageExamples}}
{{CodeStart}}
{{Cl|$VIRTUALKEYBOARD|$VIRTUALKEYBOARD:ON}}
{{Cl|DO}}: {{Cl|LOOP}} {{Cl|UNTIL}} {{Cl|INKEY$}} = {{Cl|CHR$}}(27)
{{CodeEnd}}
{{PageSeeAlso}}
* [[Metacommand]]
{{PageNavigation}}
[[Category:Final]]