Page 1 of 1
X11 IrrlichtDevice window and display
Posted: Tue Jun 14, 2022 2:56 am
by netpipe
was wondering how to get the variables window and display from a device->window() after ?
https://github.com/freeminer/irrlicht/b ... eLinux.cpp here is an example file of where they are here.
Re: X11 IrrlichtDevice window and display
Posted: Tue Jun 14, 2022 9:51 am
by CuteAlien
IVideoDriver::getExposedVideoData()
Note that there has been a very recent (around 1 month ago) change for this in X11 (before the X11 and GLX handles had not been split correctly).
Re: X11 IrrlichtDevice window and display
Posted: Tue Jun 14, 2022 9:20 pm
by netpipe
awesome worked like a charm, Luna has libInput working in it now just need to finish putting it into python that means wacom tablet support and multiple keyboard and mouse.
Re: X11 IrrlichtDevice window and display
Posted: Wed Jun 15, 2022 9:23 am
by CuteAlien
Wacom support is nice (I got one ^_^)
Re: X11 IrrlichtDevice window and display
Posted: Tue Jun 21, 2022 7:38 am
by netpipe
viewtopic.php?t=52786 , incase anyone needs the extra info to get it working