Hi Everyone:
I am making a test fullscreen application using this guide: http://www.cocoadevcentral.com/articles/000028.php. However, I am running into a problem when I want to get key input. For some reason, it seems that when you set the NSPanel to take up the screen, you also loose the ability for it to get the key down events. I tried to make a button trigger when the user types "s", which works fine in a regular panel, but doesn't seem to work when this change is applied.
Thanks for any help.