MCPcopy Create free account
hub / github.com/cemu-project/Cemu / AsyncSetTitle

Method AsyncSetTitle

src/gui/MainWindow.cpp:1545–1550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1543}
1544
1545void MainWindow::AsyncSetTitle(std::string_view windowTitle)
1546{
1547 wxCommandEvent set_title_event(wxEVT_SET_WINDOW_TITLE);
1548 set_title_event.SetString(wxHelper::FromUtf8(windowTitle));
1549 g_mainFrame->QueueEvent(set_title_event.Clone());
1550}
1551
1552void MainWindow::CreateCanvas()
1553{

Callers 1

gui_updateWindowTitlesFunction · 0.45

Calls 2

FromUtf8Function · 0.70
CloneMethod · 0.45

Tested by

no test coverage detected