Real Slowdown of InputSensor between 3.8 and 3.9

Gary Chambers gazzaguru2 at btinternet.com
Thu May 3 20:00:54 UTC 2007


Morph does implement #handleMouseOver: but unlike other events does not pass
to its event handler (the EventHandler doesn't hold state for that kind of
event). Means you have to override in a subclass rather than being able to
hook up more generally via #on:send:to:.

Seems to just be an omission...

-----Original Message-----
From: squeak-dev-bounces at lists.squeakfoundation.org
[mailto:squeak-dev-bounces at lists.squeakfoundation.org] On Behalf Of sig
Sent: 02 May 2007 2:28 am
To: The general-purpose Squeak developers list
Subject: Re: Real Slowdown of InputSensor between 3.8 and 3.9


hmm.. you have mouseEnter/mouseLeave events.
AFAIK mouseOver is just state between them.

On 01/05/07, Gary Chambers <gazzaguru2 at btinternet.com> wrote:
> Would be nice too if Morph/EventHandler could deal with mouseOver 
> events (no button down) too. Would save getting the mouse position 
> from the Sensor directly in, say, a step method!
>
>
>
>




More information about the Squeak-dev mailing list