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

Method SetBindingProfile

TombEngine/Specific/Input/Bindings.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 void BindingManager::SetBindingProfile(BindingProfileID profileID, const BindingProfile& bindingProfile)
225 {
226 // Overwrite or create binding profile.
227 _bindings[profileID] = bindingProfile;
228 }
229
230 void BindingManager::SetDefaultBindingProfile(BindingProfileID profileID)
231 {

Callers 2

ApplyBindingsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected