Re: constrained window resizing
Re: constrained window resizing
- Subject: Re: constrained window resizing
- From: Ken Thomases <email@hidden>
- Date: Thu, 23 Jun 2011 16:40:43 -0500
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@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