return irrlicht window handle
Posted: Fri Nov 12, 2010 5:46 am
I was wondering how I would get the irrlicht device window handle.
This is all I could find and it gives me an error but mabe I'm missing something
http://irrlicht.sourceforge.net/phpBB2/ ... d008f210ae
so i tried this
well of course I got a compile error since i was trying to call a class and not a object I think 
This is all I could find and it gives me an error but mabe I'm missing something
http://irrlicht.sourceforge.net/phpBB2/ ... d008f210ae
so i tried this
Code: Select all
reinterpret_cast<HWND>(video::IVideoDriver::getExposedVideoData()->OpenGLWin32.HWnd)
