CALL "W$MOUSE" USING opCode                       parameters                GIVING returnCode  | 
opCode  | Function to be executed. Valid values, defined in isgui.def, are:  | |
Modify the mouse pointer shape.  | ||
Returns the mouse pointer shape.  | ||
Returns coordinates of the mouse pointer.  | ||
Detects the presence of a mouse.  | ||
parameters  | Parameters depend on the opcode.  | |
*> copy "isgui.def" on working-storage call "w$mouse" using get-mouse-status                      mouse-info display "row: "   at 0270 display mouse-row at 0275 display "col: "   at 0470 display mouse-col at 0475.  | 
*> copy "isgui.def" on working-storage call "w$mouse" using set-mouse-shape, wait-pointer.  |