Re: I need more mouseDragged events
Re: I need more mouseDragged events
- Subject: Re: I need more mouseDragged events
- From: Dietmar Planitzer <email@hidden>
- Date: Fri, 9 Apr 2004 11:02:43 +0200
On Apr 9, 2004, at 2:22 AM, M. Uli Kusterer wrote:
Hi,
is there a way to get mouseDragged: events for an NSView more
frequently?
Have you already tried doing this ?
SetMouseCoalescingEnabled(FALSE, NULL);
This is a CarbonEvents function which allows you turn the coalescing of
mouse moved / dragged events on and off. By default, coalescing of
those events is turned on.
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.
Regards,
Dietmar Planitzer
_______________________________________________
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.