Re: Getting mouse loc in flagsChanges method
Re: Getting mouse loc in flagsChanges method
- Subject: Re: Getting mouse loc in flagsChanges method
- From: Jens Alfke <email@hidden>
- Date: Thu, 24 Jan 2013 14:12:43 -0800
On Jan 24, 2013, at 2:03 PM, Steve Mills <email@hidden> wrote:
> The docs says that [NSEvent locationInWindow] is undefined for this method. I need to change the cursor when certain modifiers are pressed or released (hand, zoom, etc) and the mouse is inside my view subclass. Any ideas?
Keep track of the most recent mouse position seen by your cursor handling code, and reuse that position in the logic for computing the cursor when the keyboard flags change.
—Jens
_______________________________________________
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