pointer - state of a pointer device such as a mouse — Inferno 1ed
pointer - state of a pointer device such as a mouse
include "draw.m";
draw:= load Draw Draw->PATH;
Pointer: adt
{
buttons: int;
xy: Point;
};
Description
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.