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

Method SetJoystickEnabled

engine/Poseidon/Input/InputSubsystem.cpp:1264–1267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1262}
1263void InputSubsystem::SetReverseMouse(bool v)
1264{
1265 GInput.mouse.reverseY = v;
1266}
1267void InputSubsystem::ToggleReverseMouse()
1268{
1269 GInput.mouse.reverseY = !GInput.mouse.reverseY;
1270}

Callers 3

DestroyMethod · 0.80
OnButtonClickedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected