[Oberon] MousePoller

Peter Easthope peter at easthope.ca
Mon Mar 3 17:33:50 CET 2014


In Native Oberon,
TYPE
	PollMouse* = PROCEDURE ...
	...
	MousePoller = POINTER TO RECORD
		poll: PollMouse;
		next: MousePoller
	END;

Native Oberon had only one mouse.  One PollMouse procedure should suffice.
But MousePoller makes a linked list of procedures.  If someone can explain
or offer an idea, it will help.

Thanks,                ... Peter E.

-- 
Telephone 1 360 639 0202.  Bcc: peter at easthope.ca "http://carnot.yi.org/ "





More information about the Oberon mailing list