Re: Detecting modifier key down when opening a menu?
Re: Detecting modifier key down when opening a menu?
- Subject: Re: Detecting modifier key down when opening a menu?
- From: Eric Schlegel <email@hidden>
- Date: Tue, 18 May 2010 11:57:27 -0700
On May 18, 2010, at 11:35 AM, Laurent Daudelin wrote:
> Thanks, Nick. That works. But now I realize I would need something a little more dynamic. I see that NSResponder has "flagsChanged:" when a modifier flag changes but since NSMenu is not a subclass of NSResponder, I'm not sure how to detect this once the menu is pulled down. Should I subclass my main window to detect it?
Once the menu is pulled down, the Menu Manager is running a nested event loop to track user input, so no NSEvents will be sent during that time anyways.
Can you tell us what exactly you're trying to accomplish?
-eric
_______________________________________________
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