MCPcopy Create free account
hub / github.com/MyGUI/mygui / setWindowCaption

Method setWindowCaption

Common/Base/PlatformBaseManager/SdlBaseManager.cpp:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 }
269
270 void SdlBaseManager::setWindowCaption(const std::wstring& _text)
271 {
272 MyGUI::UString title(_text);
273 SDL_SetWindowTitle(mSdlWindow, title.asUTF8_c_str());
274 }
275
276 void SdlBaseManager::injectMouseMove(int _absx, int _absy, int _absz)
277 {

Callers

nothing calls this directly

Calls 1

asUTF8_c_strMethod · 0.80

Tested by

no test coverage detected