Unclickable NSWindow?
- by Brock Woolf
I have an NSWindow in a Cocoa application with a fullscreen OpenGL context running above it.
The NSWindow (is loaded from the default nib). It contains some buttons, but when I try to click them they do not press down as a normal aqua button does. I think this could have something to do with the first responder, but i'm not 100% sure.
I can move…