What is the function to close a IGUIWindow?
-
- Posts: 22
- Joined: Sun Jun 12, 2016 8:03 am
What is the function to close a IGUIWindow?
Maybe I missed it, but what is the function to close a IGUIWindow? I have a window that allows users to edit text. The window has a 'Submit' button that confirms text edits, but also needs to close the window. I'm using the default close button to close the window and cancel the text edits.
Code::Blocks
mingw
Windows 10 64-bit
mingw
Windows 10 64-bit
Re: What is the function to close a IGUIWindow?
You can remove any gui element with it's remove() function. That works also for the IGUIWindow.
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
-
- Posts: 22
- Joined: Sun Jun 12, 2016 8:03 am