Introduction MTB Statements File System Compiler Applications Reference Guide Index

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 mouse cursor, use the following instructions:

              PRINT (0) (Show Mouse Cursor)
    

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

              PRINT (0) (Hide Mouse Cursor)
    

Also see Regular cursor display.


Mouse Driver