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.
superpop
Posts: 21 Joined: Mon May 14, 2007 1:17 pm
Post
by superpop » Mon Feb 15, 2010 3:27 pm
I use wxwidget + irrlicht.
I hope can move mouse in irrlicht render window,and could click wxwidget button.
but when I set my own EventReceiver,my mouse can only move in irrlicht render window.
How can i change mouse focus butween wxwidget and irrlicht?
Sylence
Posts: 725 Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:
Post
by Sylence » Mon Feb 15, 2010 6:56 pm
Well this is not irrlicht related. You have to tell wxwidget that you don't want to give the irrlicht widget exclusive focus.
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
superpop
Posts: 21 Joined: Mon May 14, 2007 1:17 pm
Post
by superpop » Tue Feb 16, 2010 1:17 am
Sylence wrote: Well this is not irrlicht related. You have to tell wxwidget that you don't want to give the irrlicht widget exclusive focus.
can say some clue?I search in google,did not know the keyword.