MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / LoadDefaultProfiles

Method LoadDefaultProfiles

engine/Poseidon/Input/InputSubsystem.cpp:583–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581
582void InputSubsystem::LoadDefaultProfiles()
583{
584 ContextControlsConfig contextControls;
585 contextControls.LoadDefaults();
586 profiles_ = contextControls.profiles;
587}
588
589void InputSubsystem::SetContext(InputContext ctx)
590{
591 context_ = ctx;

Callers 1

Calls 1

LoadDefaultsMethod · 0.45

Tested by

no test coverage detected