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

Method GetMouseSensitivityY

engine/Poseidon/Input/InputSubsystem.cpp:1288–1291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1286}
1287void InputSubsystem::ToggleReverseJoystick()
1288{
1289 GInput.gamepad.reverseYStick = !GInput.gamepad.reverseYStick;
1290}
1291bool InputSubsystem::IsMouseButtonsReversed() const
1292{
1293 return GInput.mouse.buttonsReversed;
1294}

Callers 8

DrawMouseTabFunction · 0.80
DisplayConfigureMethod · 0.80
OnCreateCtrlMethod · 0.80
MountMethod · 0.80
RowValueMethod · 0.80
MouseStateSnapshotMethod · 0.80

Calls

no outgoing calls

Tested by 1

MouseStateSnapshotMethod · 0.64