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

Function MouseCfgPath

engine/Poseidon/Input/InputSubsystem.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace
27{
28std::string MouseCfgPath()
29{
30 return GamePaths::Instance().UserDir() + "mouse.cfg";
31}
32std::string GamepadCfgPath()
33{
34 return GamePaths::Instance().UserDir() + "gamepad.cfg";

Callers 2

LoadKeysMethod · 0.85
SaveKeysMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected