why the message of keyboard no response?

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
gy40
Posts: 2
Joined: Wed Jul 12, 2006 1:37 am

why the message of keyboard no response?

Post by gy40 »

I created a window with CreateDeviceEx() using the hWnd of anothor window, and added a node in the scene with addCameraNodeFPS().
And then the camera worked when I moved the mouse, but the camera was no response when I pressed any key.
ck123
Posts: 5
Joined: Wed May 24, 2006 5:50 am

Post by ck123 »

I get this same issue. The gui controls dont even pick up the keyboard input. Does starting irrlicht in this manner requre us to set exclusive keyboard access to the app or something? is there something internally done in createDevice that isnt done in createDeviceEx?
Post Reply