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 the NSWindow around by it's title bar, but nothing inside it is clickable, nor are there any changes on rollover of the close and minimise buttons.
How do I make my NSWindow (and the objects inside it) 'clickable'?