pointer
Pointer - state of a pointer device such as a mouse
Synopsis
include "draw.m";
draw:= load Draw Draw->PATH;
Pointer: adt
{
buttons: int;
xy: Point;
};
Description
The pointer's position and button state is passed through a channel in the Context, as described in context.
infernosupport@lucent.com
Copyright © 1996,Lucent Technologies, Inc. All rights
reserved.