Important: The information in this document is obsolete and should not be used for new development.
GetMouse
You can use theGetMouse
procedure to obtain the current mouse location.
PROCEDURE GetMouse (VAR mouseLoc: Point);
mouseLoc
- Returns the current mouse location in local coordinates of the current graphics port (for example, the active window). Note that this value differs from the value of the
where
field of the event record, which specifies the mouse location in global coordinates.