Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

Regular cursor display

The regular cursor may be shown or hidden. For keyboard-driven applications, you will normally want to make the regular cursor visible (the default). For mouse-driven applications and touch- screen applications, you will normally want to make the regular cursor invisible.

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

              PRINT (0) (Show Cursor)
    

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

              PRINT (0) (Hide Cursor)
    

Also see Show/hide the mouse cursor.


Mouse Driver