Screen damage logic

Bob Arning arning at charm.net
Fri Mar 24 04:44:16 UTC 2000


On Thu, 23 Mar 2000 20:29:18 -0500 (EST) Doug Way <dway at mat.net> wrote:
>I looked into it a bit, and it looks like mouseMove events are generated
>all the time, as you say.  I'm not sure why this is really necessary.

You might want to see mouse events even if there were no movement, e.g., if you were writing a painting tool where ink was transferred from pen to paper even when the pen was stationary. Perhaps an alternative would be to change the response to #handlesMouseOver: to be true, false or #onlyIfItMoved.

Cheers,
Bob





More information about the Squeak-dev mailing list