Hi Ken,

On Jun 23, 2011, at 4:12 PM, Ken Victor wrote:

> so… anyone have any other ideas as to how to get called for a modifier key 
> change will in the midst of a live resize?

I'm a bit confused as to why this would be helpful?  Why is 
-windowWillResize:toSize: too late for your needs?  Your original message said 
everything was working except you couldn't get the modifier changes, but you 
didn't explain why that prevents you from doing what you want.

That said, you may be able to override 
-nextEventMatchingMask:untilDate:inMode:dequeue:.  Call super, examine the 
event that was returned to see if it is NSFlagsChanged, and then return it.  
That is, your override would not reimplement or otherwise interfere with 
-nextEvent..., it would just monitor what it's returning.

Regards,
Ken

_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to