Introduction MTB Statements File System Compiler Applications Reference Guide Index

Close the mouse

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.

  1. To show the regular cursor, use the following instruction:

              PRINT (0) (Show Mouse Cursor)
    

  2. To hide the regular cursor, use the following instruction:

              PRINT (0) (Hide Mouse Cursor)
    

Also see Regular cursor display.


Mouse Driver