Re: Explicitly changing first responder
Re: Explicitly changing first responder
- Subject: Re: Explicitly changing first responder
- From: Dorian Johnson <email@hidden>
- Date: Wed, 27 Jun 2007 09:55:45 -0500
Perhaps you can use -[NSView makeFirstResponder] on your OpenGL view?
On Jun 27, 2007, at 8:21 AM, Daniel Angermeier wrote:
Hi,
I have an OpenGL view in an NSWindow + some other views like a text
field.
When the open gl view is full screen, I let NSApp handle all events
(mouse down and keyboard) and forward them to the openGL view.
The problem I have is, when I enter full screen, and the text field
still has first reponder status, no more events go through NSApp to
the open gl view.
So is there anyway to programmatically have NSApp handle *all* events
when I enter that mode ?
Any hints on this appreciated.
Thanks,
Daniel
_______________________________________________
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