On Jul 24, 2014, at 8:37 AM, Cody Garvin <c...@servalsoft.com> 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 (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