skip to main content

Library Routines : W$MOUSE

W$MOUSE
The W$MOUSE library routine provides a number of functions to manage the mouse.
Syntax:
 CALL "W$MOUSE" USING opCode
Parameters:
Examples:
Example - Get mouse position
call "w$mouse" using get-mouse-status
display "row: "   at 0270
display mouse-row at 0275
display "col: "   at 0470
display mouse-col at 0475.
Example - Change mouse shape to wait pointer
call "w$mouse" using set-mouse-shape, wait-pointer.

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left