Forgotten GUI elements?

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
kormoran
Posts: 47
Joined: Mon Dec 28, 2015 4:50 pm
Location: Tolentino

Forgotten GUI elements?

Post by kormoran »

Peeking around in the code I found IGUIMessageBox and IGUIMenu, good thing because I was about to rewrite them from scratch :roll:
However, they are not mentioned anywhere in the API documentation, why? Is it a subtle hint of "do not use that stuff"? Or the docs are just lagging behind?
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Forgotten GUI elements?

Post by CuteAlien »

Just a naming thing. Look for IGUIWindow (no idea why there was never an own IGUIMessageBox, but CGUIMessageBox is derived from IGUIWindow) and IGUIContextMenu (menu on top of a window and contextmenu seem to use the same class).
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
Post Reply