Why do I have to name every window?
Posted: Wed Jul 13, 2005 22:52
Is there a way to not have to come up with a unique name for windows when you create them with
Window * CEGUI::WindowManager::createWindow(const String& type,const String& name)
I'm creating the windows dynamically and I really dont care what the window is called. It seems like now I have to write code to generate a name. This seems lame.
Window * CEGUI::WindowManager::createWindow(const String& type,const String& name)
I'm creating the windows dynamically and I really dont care what the window is called. It seems like now I have to write code to generate a name. This seems lame.