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?