Re: Why thread limitations on mouse reads?

Brian Alliet <[email protected]> Sat, 10 Apr 2004 14:37:45 -0400
Newsgroups gmane.comp.java.xwt.core
Message-ID <[email protected]>
On Apr 10, 2004, at 3:17 AM, Adam Megacz wrote:

> The real solution (which I haven't gotten around to implementing yet)
> is to have Press1, Release1, Move, etc put an (x,y) mouse position
> instead of 'true'.

If we do that we can also avoid constantly flooding the queue with 
mousemove events. We could only have the platform class send mousemove 
events when a Move trap is set somewhere on the surface.

-Brian