mouse control/switching to other open applications (in xp)

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
holytooth

mouse control/switching to other open applications (in xp)

Post by holytooth »

Hi,

Not sure if this is actually a usual beginner question- but I am a beginner with Irrlicht, so here goes:

While running an Irrlicht app, including the examples... once the scene opens, if I switch to another application using alt-tab, the mouse is still bound to the open irrlicht app- and because of that, impossible to move beyond the center 20 percent or so of the screen.

Is there a way to release control of the mouse?
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

just dont draw the scene if Device->isWindowActive() == false.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
holytooth

Post by holytooth »

works, thanks!
TOP-Proto
Posts: 14
Joined: Sun Jun 25, 2006 8:41 pm

Post by TOP-Proto »

how is this possible in a windows form application using a control to render to?
Post Reply