I need to disable the keyboard on the touch screen while my program is running. I knew the command on Petit Computer but they seemed to have changed it in SmileBASIC. Does anybody know how to do this?
Use XSCREEN and DISPLAY.
XSCREEN 2/3/4 removes the keyboard and DISPLAY 0/1 lets you switch between doing stuff (PRINT, graphic commands, sprites, backgrounds, etc.) on the top screen and the lower screen.