GetMouse
You can use theGetMouseprocedure 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
wherefield of the event record, which specifies the mouse location in global coordinates.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help