1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 15:50:25 +00:00
qb64/internal/help/$VIRTUALKEYBOARD.txt

28 lines
558 B
Plaintext
Raw Normal View History

2016-03-18 11:36:04 +00:00
{{DISPLAYTITLE:$VIRTUALKEYBOARD}}
The '''$VIRTUALKEYBOARD''' QB64 GL Metacommand turns the virtual keyboard ON or OFF in Android device programs.
{{PageSyntax}}
::: '''$VIRTUALKEYBOARD:'''{ON|OFF}
{{PageDescription}}
* If you haven't got an Android device and just want to try out the virtual keyboard add the following meta-command: $VIRTUALKEYBOARD:ON
{{PageErrors}}
''Example:''
{{CodeStart}}
{{Cl|$VIRTUALKEYBOARD}}:ON
{{Cl|DO}}: {{Cl|LOOP}} {{Cl|UNTIL}} {{Cl|INKEY$}} = {{Cl|CHR$}}(27) '' ''
{{CodeEnd}}
{{PageSeeAlso}}
{{PageNavigation}}