KeyDown woes =(
KeyDown woes =(
- Subject: KeyDown woes =(
- From: David Harper <email@hidden>
- Date: Fri, 30 Jan 2009 15:36:41 -0800 (PST)
Hello,
I have been using keyDown for many years now, and thought I knew all the tricks to make it work...
But now I have an NSOpenGLView subclass whose window is an NSPanel subclass without a title bar, that is the first responder and overrides the keydown: method, and yet beeps every time a key is pressed.
I have put a break point in (BOOL)becomeFirstResponder and confirmed the view properly becomes first responder. I have also put a break point in (BOOL)resignFirstResponder which is never hit.
The only thing that seems logical is that there is a problem with NSPanel windows... I would greatly appreciate any suggestions.
Thanks,
Dave H.
_______________________________________________
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