MCPcopy 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
146KeyBindings::KeyBindings() {}
147
148KeyBindings::KeyBindings(Json const& json) {
149 Map<Key, List<pair<KeyMod, InterfaceAction>>> actions;

Callers

nothing calls this directly

Calls 7

inputDescriptorFromJsonFunction · 0.85
StarExceptionClass · 0.85
strfFunction · 0.85
iterateObjectMethod · 0.80
iterateArrayMethod · 0.80
outputExceptionFunction · 0.50
appendMethod · 0.45

Tested by

no test coverage detected