Search found 2 matches
- Mon Nov 21, 2016 11:39
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI::String to std::string
- Replies: 11
- Views: 28128
Re: CEGUI::String to std::string
you can do the conversion in C++0x with http://en.cppreference.com/w/cpp/locale ... from_bytes
- Fri Sep 24, 2010 09:12
- Forum: Help
- Topic: Manually updating a render surface
- Replies: 1
- Views: 2055
Manually updating a render surface
Hi there. So what I'm trying to do is render a static text box to render target and then display the text in 3d space, my code is CEGUI::WindowManager* winMgr = CEGUI::WindowManager::getSingletonPtr(); CEGUI::Window* win = winMgr->createWindow( InterfaceCEGUI::PRIMARY_GUI_NAME + "/StaticText&qu...