Re: Mouse cursors and overlapping sibling NSViews
Re: Mouse cursors and overlapping sibling NSViews
- Subject: Re: Mouse cursors and overlapping sibling NSViews
- From: Quincey Morris <email@hidden>
- Date: Thu, 24 Apr 2014 10:09:41 -0700
On Apr 24, 2014, at 08:20 , Sean McBride <email@hidden> wrote:
> Tracking areas are nice, but limited to rects, and I have circular areas to deal with too.
Not really. According to the event handling guide, if a responder's cursorUpdate: declines the event (by invoking super), the event passes up the responder chain. In effect, you are not forced to provide a cursor for your entire tracking area, which sounds like what you want.
_______________________________________________
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