MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / show

Method show

source/frontend/StarKeybindingsMenu.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void KeybindingsMenu::show() {
96 m_origConfiguration = Root::singleton().configuration()->get("bindings");
97 Pane::show();
98}
99
100void KeybindingsMenu::dismissed() {
101 exitActiveMode();

Callers 1

activateBindingMethod · 0.45

Calls 3

singletonClass · 0.85
configurationMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected