MCPcopy Create free account
hub / github.com/ZDoom/Raze / C_SetDefaultBindings

Function C_SetDefaultBindings

source/common/console/c_bind.cpp:781–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779}
780
781void C_SetDefaultBindings()
782{
783 C_UnbindAll();
784 C_BindDefaults();
785}
786
787
788CCMD(controlpreset)

Callers 3

DoKeySetupMethod · 0.85
CCMDFunction · 0.85
CCMDFunction · 0.85

Calls 2

C_UnbindAllFunction · 0.85
C_BindDefaultsFunction · 0.85

Tested by

no test coverage detected