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

Method SetMouseSensitivityY

engine/Poseidon/Input/InputSubsystem.cpp:1296–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294}
1295void InputSubsystem::SetMouseButtonsReversed(bool v)
1296{
1297 GInput.mouse.buttonsReversed = v;
1298}
1299void InputSubsystem::ToggleMouseButtonsReversed()
1300{
1301 GInput.mouse.buttonsReversed = !GInput.mouse.buttonsReversed;
1302}

Callers 8

DrawMouseTabFunction · 0.80
DestroyMethod · 0.80
OnButtonClickedMethod · 0.80
OnSliderPosChangedMethod · 0.80
SetRowValueMethod · 0.80
~MouseStateSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by 1

~MouseStateSnapshotMethod · 0.64