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

Method settings_DefaultKey

Goldleaf/source/ui/ui_MainMenuLayout.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 void MainMenuLayout::settings_DefaultKey() {
129 g_MainApplication->ShowLayout(g_MainApplication->GetSettingsLayout());
130 g_MainApplication->GetSettingsLayout()->Load();
131 }
132
133 void MainMenuLayout::about_DefaultKey() {
134 g_MainApplication->ShowLayout(g_MainApplication->GetAboutLayout());

Callers

nothing calls this directly

Calls 2

ShowLayoutMethod · 0.80
LoadMethod · 0.45

Tested by

no test coverage detected