Introduction MTB Statements File System Compiler Applications Reference Guide Index

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

(Read Mouse)

Mnemonic: (Read Mouse)
Hex equivalent: "@0E0903@"
Discussion: This control reads the mouse data into the input buffer.

See Reading the mouse for more information.

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

b. PRINT (0) (Read Mouse)