|
From: Petr M. <mi...@ph...> - 2004-10-25 10:40:53
|
> As far as mousing is concerned, I had a quick look and hacked up > aquaterm.trm to support passing events from aquaterm windows some time > ago. > I never finished it because I couldn't figure out how aquaterm events > and keyboard events (at the prompt, not in the plot window) were > supposed to interact. > > I seems to me that the driver will have to duplicate the main event > loop and take over control while mousing is active. Currently, there are 3 approaches for mouse communication, see src/README. E.g., OS/2 uses a thread. --- PM |