I'm programming using Windows, and in order to use the Input system I want to, as well as some other performance optimisations I feel need adding, I need to get a handle to the window created by Irrlicht.
I created it like:
Code: Select all
device = irr::createDevice(driver_type, irr::core::dimension2d<irr::s32>(SCREEN_X, SCREEN_Y),
COLOUR_BITS, FULLSCREEN, false, VSYNC, &eventReceiver);