MOUSE


SUNDB86x Only

 

The MOUSE instruction controls the operation of a mouse device on the user's system. It retrieves the current status of the mouse, sets the mouse boundaries, forces the mouse cursor to a particular position on the screen, and enables or disables the mouse. The MOUSE instruction also determines if a mouse is available on the system. The instruction uses the following format:

 

 

[label]

MOUSE

{controls}

 

Where:

label

Optional. A Program Execution Label.

controls

Required. Any combination of valid List Controls valid for MOUSE instructions.

Flags Affected: EOS, LESS, OVER, ZERO

Note the following:

  1. Items with {controls} are separated with commas. The list items may be continued on additional lines by ending each continued line with a colon (:).

  2. The MOUSE instruction requires a Microsoft compatible mouse driver to have been previously loaded.

 

 

See Also: List Controls (MOUSE), Interactive I/O Instructions

 



PL/B Language Reference List Controls (Graphic Characters) SCRNRESTORE