MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / SetKeyBinding

Method SetKeyBinding

TombEngine/Specific/Input/Bindings.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 void BindingManager::SetKeyBinding(BindingProfileID profileID, ActionID actionID, int keyID)
219 {
220 // Overwrite or add key-action binding.
221 _bindings[profileID][actionID] = keyID;
222 }
223
224 void BindingManager::SetBindingProfile(BindingProfileID profileID, const BindingProfile& bindingProfile)
225 {

Callers 2

LoadConfigurationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected