X11 IrrlichtDevice window and display

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
netpipe
Posts: 670
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

X11 IrrlichtDevice window and display

Post 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.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
CuteAlien
Admin
Posts: 9842
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: X11 IrrlichtDevice window and display

Post 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).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
netpipe
Posts: 670
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: X11 IrrlichtDevice window and display

Post 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.
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
CuteAlien
Admin
Posts: 9842
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: X11 IrrlichtDevice window and display

Post by CuteAlien »

Wacom support is nice (I got one ^_^)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
netpipe
Posts: 670
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: X11 IrrlichtDevice window and display

Post by netpipe »

viewtopic.php?t=52786 , incase anyone needs the extra info to get it working
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
Post Reply