Peeking around in the code I found IGUIMessageBox and IGUIMenu, good thing because I was about to rewrite them from scratch
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?
Forgotten GUI elements?
Re: Forgotten GUI elements?
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm