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

Method ToggleReverseMouse

engine/Poseidon/Input/InputSubsystem.cpp:1260–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1258
1259bool InputSubsystem::IsReverseMouse() const
1260{
1261 return GInput.mouse.reverseY;
1262}
1263void InputSubsystem::SetReverseMouse(bool v)
1264{
1265 GInput.mouse.reverseY = v;
1266}

Callers 2

OnButtonClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected