Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
void KeybindingsMenu::show() {
96
m_origConfiguration = Root::singleton().configuration()->get(
"bindings"
);
97
Pane::show();
98
}
99
100
void KeybindingsMenu::dismissed() {
101
exitActiveMode();
Callers
1
activateBinding
Method · 0.45
Calls
3
singleton
Class · 0.85
configuration
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected