include	"draw.m";
draw := load Draw Draw->PATH;
Pointer: adt
{
    buttons:  int;
    xy:       Point;
};
Mux(1) uses the cptr member of the Draw->Context adt to pass pointer events through to applications.
| DRAW-POINTER(2 ) | Rev: Thu Feb 15 14:43:26 GMT 2007 |