MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / ShowNotification

Method ShowNotification

projects/uMenu/source/ul/menu/ui/ui_MenuApplication.cpp:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 }
294
295 void MenuApplication::ShowNotification(const std::string &text, const u64 timeout) {
296 this->EndOverlay();
297 this->notif_toast->SetText(text);
298 this->StartOverlayWithTimeout(this->notif_toast, timeout);
299 }
300
301 void MenuApplication::StartPlayBgm() {
302 const auto &bgm = this->GetCurrentMenuBgm();

Callers 5

LoadSettingsFunction · 0.45
theme_DefaultKeyMethod · 0.45
OnMenuInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected