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

Method SetMouseSensitivityX

engine/Poseidon/Input/InputSubsystem.cpp:1292–1295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290}
1291bool InputSubsystem::IsMouseButtonsReversed() const
1292{
1293 return GInput.mouse.buttonsReversed;
1294}
1295void InputSubsystem::SetMouseButtonsReversed(bool v)
1296{
1297 GInput.mouse.buttonsReversed = v;
1298}

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