Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
Use the following instruction to close the mouse driver:
PRINT (0) (Mouse off)
See also Show/hide the mouse cursor.
The mouse cursor may be shown or hidden. For mouse-driven applications, you will normally want to show the mouse cursor. For touch-sensitive screen applications, you will normally want to hide the mouse cursor.
PRINT (0) (Show Mouse Cursor)
PRINT (0) (Hide Mouse Cursor)
Also see Regular cursor display.