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

Method ResetLookAroundToggle

engine/Poseidon/Input/InputSubsystem.cpp:769–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767
768void InputSubsystem::ResetLookAroundToggle()
769{
770 lookAroundToggled_ = false;
771 GInput.lookAroundToggleEnabled = false;
772}
773
774bool InputSubsystem::IsMouseTurnActive() const
775{
776 if (GInput.lookAroundEnabled)

Callers 2

SwitchCameraToMethod · 0.80
SwitchLandscapeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected