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

Method SetUserKeys

engine/Poseidon/Input/InputSubsystem.cpp:1313–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1311void InputSubsystem::SetMouseSensitivityX(float v)
1312{
1313 GInput.mouse.sensitivityX = v;
1314}
1315void InputSubsystem::SetMouseSensitivityY(float v)
1316{
1317 GInput.mouse.sensitivityY = v;
1318}
1319MouseTuning& InputSubsystem::GetMouseTuning()

Callers 1

DestroyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected