Re: When does -[NSWindow sendEvent:] beep?
Re: When does -[NSWindow sendEvent:] beep?
- Subject: Re: When does -[NSWindow sendEvent:] beep?
- From: Greg Titus <email@hidden>
- Date: Tue, 20 Feb 2007 15:19:23 -0800
On Feb 20, 2007, at 3:03 PM, David Catmull wrote:
Here's another weird thing:
When -[NSWindow _processKeyboardUIKey:] calls moveUp: on my view,
the parameter is not the event, but the window itself, as if this
were an action message. There is no documented moveUp: method that
takes anything but an NSEvent. What does NSWindow think it's doing
to my view by sending me a message with at non-standard parameter?
It is an action method. See the declaration in NSResponder.h under
"Standard bindable commands".
Hope this helps,
- Greg
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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