Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ KeyBindings
Method
KeyBindings
source/windowing/StarKeyBindings.cpp:146–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
146
KeyBindings::KeyBindings() {}
147
148
KeyBindings::KeyBindings(Json const& json) {
149
Map<Key, List<pair<KeyMod, InterfaceAction>>> actions;
Callers
nothing calls this directly
Calls
7
inputDescriptorFromJson
Function · 0.85
StarException
Class · 0.85
strf
Function · 0.85
iterateObject
Method · 0.80
iterateArray
Method · 0.80
outputException
Function · 0.50
append
Method · 0.45
Tested by
no test coverage detected