OS X Keyboard Input

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Valaris
Posts: 8
Joined: Wed Sep 23, 2009 4:25 am

OS X Keyboard Input

Post by Valaris »

Hey,
When trying to use something like an fps camera, or an event callback, anytime I press a key, it "goes through the window". As in my selected window isn't the target of my key presses it seems, and don't get processed. How can I fix this?
ecsos
Posts: 30
Joined: Mon Feb 04, 2008 8:02 am

Post by ecsos »

did you start with a cocoa application or a console application? i've seen the behavior in console apps, but a cocoa application works as long as there is nothing that asks for console input
Valaris
Posts: 8
Joined: Wed Sep 23, 2009 4:25 am

Post by Valaris »

Thanks for the reply!

Ahh, perhaps this is it, I'll have to check when I get home. I believe I may have made a console std c++ project in xcode. Hopefully changing it over to cocoa will fix things! :)
Post Reply