Re: NSCursor tracking areas
Re: NSCursor tracking areas
- Subject: Re: NSCursor tracking areas
- From: Ken Thomases <email@hidden>
- Date: Thu, 24 Jul 2014 09:40:42 -0500
On Jul 24, 2014, at 8:37 AM, Cody Garvin <email@hidden> wrote:
> I use updateTrackingAreas to remove all the tracking areas, then adding new ones (same rects as the drag points) with the options: NSTrackingActiveInActiveApp | NSTrackingCursorUpdate | NSTrackingAssumeInside
Why are you including NSTrackingAssumeInside? The docs discourage its use and it doesn't seem to correspond to what you want. Basically, it will sometimes suppress the call to -cursorUpdate:.
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden