Code: Select all
CEGUI::Window *guiRoot = CEGUI::WindowManager::getSingleton().loadLayoutFromFile("mylayout2.layout");
CEGUI::System::getSingleton().getDefaultGUIContext().setRootWindow(guiRoot);
I hope the window is invisiable.
then when I move mouse cursor to left ,it moves from edge to center, just like MFC CDockablePane
how to create and use these window animation?
or can I manually send drag message to the cegui window?