Window Handle

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
unclejoe
Posts: 10
Joined: Fri Mar 28, 2008 2:27 pm
Location: Europe

Window Handle

Post by unclejoe »

hi,
I want to use the OIS library with Irrlicht, but in order to do that, I need to know the window handle of the window automatically created by Irrlicht, to create a sort of event receiver. I'd rather not create a window myself, because I want to run everything in fullscreen, and I don't know how to create a window myself and I want my program to run not only on Windows, but also on Linux/...
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

There's a tutorial about use of OIS with Irrlicht on the Wiki. The handle can be queried from the SExposedVideoData.
unclejoe
Posts: 10
Joined: Fri Mar 28, 2008 2:27 pm
Location: Europe

Post by unclejoe »

thanks for the quick response
Post Reply