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

Function ApplyBindings

TombEngine/Specific/Input/Input.cpp:733–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731 }
732
733 static void ApplyBindings(const BindingProfile& set)
734 {
735 g_Bindings.SetBindingProfile(BindingProfileID::Custom, set);
736 }
737
738 void ApplyDefaultBindings()
739 {

Callers 2

ApplyDefaultBindingsFunction · 0.85

Calls 1

SetBindingProfileMethod · 0.80

Tested by

no test coverage detected