Important: The information in this document is obsolete and should not be used for new development.
Reading the Mouse
The Event Manager provides routines you can use to get information about the mouse. You can get the current mouse location using theGetMouse
procedure. You can use
theButton
function to determine whether the user pressed the mouse button. After receiving a mouse-down event, you can use theStillDown
function to determine whether the mouse button is still down, and you can useWaitMouseUp
to determine if the user subsequently released the mouse.
Subtopics
- GetMouse
- Button
- StillDown
- WaitMouseUp