Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

(Hide Mouse Cursor)

Mnemonic: (Hide Mouse Cursor)
Hex equivalent: "@0E0902@"
Discussion: This control hides the mouse cursor, and is intended for touch-sensitive screens.

Also see (Show Mouse Cursor).

Example:
a. 100 FORMAT (Hide Mouse Cursor)
   .
   PRINT (0,100)

b. PRINT (0) (Hide Mouse Cursor)