UserInputOpsExtras3.mesa
Copyright Ó 1992 by Xerox Corporation. All rights reserved.
Christian Jacobi, July 24, 1992 8:19 pm PDT
Bier, November 10, 1992 11:06 am PST
Contents: More functionality that should be added to UserInputOps
DIRECTORY
ScreenCoordsTypes USING [TIPScreenCoordsRec],
UserInput USING [Handle];
UserInputOpsExtras3: CEDAR DEFINITIONS ~ BEGIN
Handle: TYPE = UserInput.Handle;
GetLatestPosition: PROC [handle: Handle] RETURNS [ScreenCoordsTypes.TIPScreenCoordsRec];
Get (mouse)position. As known at the time of the latest queued event.
END.