MCPcopy Create free account
hub / github.com/crossuo/crossuo / ShowMessage

Method ShowMessage

src/Wisp/WispWindow.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void CWindow::ShowMessage(const astr_t &text, const astr_t &title)
271{
272 SDL_Log("%s: %s\n", title.c_str(), text.c_str());
273}
274
275void CWindow::ShowMessage(const wstr_t &text, const wstr_t &title)
276{

Callers 5

InstallMethod · 0.80
InstallMethod · 0.80
UpdateContentMethod · 0.80
UpdateContentOldMethod · 0.80

Calls 2

SDL_LogFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected