• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: I need more mouseDragged events
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: I need more mouseDragged events
      • From: "M. Uli Kusterer" <email@hidden>
References: 
 >I need more mouseDragged events (From: "M. Uli Kusterer" <email@hidden>)

  • Prev by Date: Re: [OT] Debugger protection (was: Implementing Licensing ...)
  • Next by Date: Re: Launching a task with NSTask in a different language
  • Previous by thread: Re: I need more mouseDragged events
  • Next by thread: Re: I need more mouseDragged events
  • Index(es):
    • Date
    • Thread