[squeak-dev] Re: mouse enter/move/leave event confusion

marcel.taeumel Marcel.Taeumel at hpi.de
Thu Dec 3 11:33:30 UTC 2015


Unfortunately, it is not possible anymore to modify the mouse position
programmatically. You approach with an additional cursor seems reasonable.

That slow-down can occur because your paint area is a single morph? How does
it draw? If you want efficient redraw with the damage-recorder working, you
should use morph composition. Every stroke should be a morph. This can
speed-up drawing routine.

Can you show some code?

Best,
Marcel



--
View this message in context: http://forum.world.st/mouse-enter-move-leave-event-confusion-tp4864651p4864917.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.


More information about the Squeak-dev mailing list