I had the same problem and solved it by using the "Irrlicht .NET CP"-wrapper instead. Probably not the solution you were looking for though... http://irrlichtnetcp.sourceforge.net KeyMap myMap = new KeyMap(); myMap.AssignAction(KeyAction.MoveForward, KeyCode.Key_W); myMap.AssignAction(KeyA...