Introduction MTB Statements File System Compiler Applications Reference Guide Index

Language Structure Data Division I/O Format Division Procedure Division Mnemonics

(Mouse On)

Mnemonic: (Mouse On)
Hex equivalent: "@0E0900@"
Discussion: This control opens the default mouse driver (BIOS mouse or enhanced mouse).

Also see (BIOS Mouse On), (Enhanced Mouse On), and (Mouse Off).

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

b. PRINT (0) (Mouse On)