On Jul 16, 2015, at 18:19 , João Varela <joaocvar...@gmail.com> wrote:
> 
> The options I am using are the following:
> 
>  NSTrackingAreaOptions options = NSTrackingMouseEnteredAndExited | 
> NSTrackingMouseMoved|
>         NSTrackingActiveInActiveApp;

Apart from the things Ken said, I’m struck by the above. So you’re *not* using 
‘NSTrackingCursorUpdate’? Are you overriding ‘cursorUpdate:’ or not?

While it’s feasible to drive cursor updating from mouse entered/exited events, 
it’s quite a different problem for several subtle reasons. It’s probably time 
for you to show code — this guessing based on partial descriptions of what 
you’re doing isn’t going to get us very far.



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to