Hi,
is there a way to hide (and later show again) the whole GUI?
Something like this?
CEGUI::System::getSingleton().renderGUI(false);
I can't just hide the root DefaultWindow from the layout. Problem is: If someone changes the name of it, I had to change the source code, because the Windows are accessed by its names (then the Window->hide() wouldn't work anymore because the Windows name doesn't exist anymore). I also have more than one Layout, where the root DefaultWindow have different names -> same problem.
Hiding the whole GUI?
Moderators: CEGUI MVP, CEGUI Team
Re: Hiding the whole GUI?
CEGUI::System::getSingleton().getGUISheet()->hide() ?
and ->show() of course
and ->show() of course
Who is online
Users browsing this forum: No registered users and 16 guests
