MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / apps_DefaultKey

Method apps_DefaultKey

Goldleaf/source/ui/ui_ApplicationListLayout.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 void ApplicationListLayout::apps_DefaultKey(const u32 app_idx) {
51 g_MainApplication->GetApplicationContentsLayout()->LoadApplication(app_idx);
52 g_MainApplication->ShowLayout(g_MainApplication->GetApplicationContentsLayout());
53 }
54
55 void ApplicationListLayout::ReloadApplications() {
56 if(!this->needs_menu_reload) {

Callers

nothing calls this directly

Calls 2

LoadApplicationMethod · 0.80
ShowLayoutMethod · 0.80

Tested by

no test coverage detected