No Key input events

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
Dr_Asik
Posts: 18
Joined: Wed Jun 02, 2010 2:15 am

No Key input events

Post by Dr_Asik »

Hello,

I am hosting irrlicht inside a WinForms application. I am trying to get keyboard input. I've followed the tutorial at http://irrlicht.sourceforge.net/tut004.html to create an event receiver. It does get events in general, but when I press a key on the keyboard it doesn't receive any. Am I forced to route keyboard events from the winform application to the C++ code in some way?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, that's usually necessary.
Post Reply