Re: I need more mouseDragged events
Re: I need more mouseDragged events
- Subject: Re: I need more mouseDragged events
- From: "M. Uli Kusterer" <email@hidden>
- Date: Wed, 14 Apr 2004 18:31:35 +0200
At 11:02 Uhr +0200 09.04.2004, Dietmar Planitzer wrote:
Have you already tried doing this ?
SetMouseCoalescingEnabled(FALSE, NULL);
Dietmar,
DANKEEEE!!!!!! This definitely gives me enough mouse-moved events.
I get a butter-smooth representation of the user's drawings.
... okay, it has a slight delay built in, but at least I now know
what part is my code's slowness in that. So, now that I get enough
events, I can work on optimizing the drawing code somehow...
However, because its a CE function I'm not sure that it'll have any
effect in a Cocoa app and it requires you to link against Carbon.
It does. Thanks for letting me know about this.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.