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

Method IsMouseTurnActive

engine/Poseidon/Input/InputSubsystem.cpp:775–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773
774InputProfile& InputSubsystem::GetProfile(InputContext ctx)
775{
776 return profiles_[static_cast<int>(ctx)];
777}
778
779const InputProfile& InputSubsystem::GetProfile(InputContext ctx) const
780{
781 return profiles_[static_cast<int>(ctx)];
782}
783
784void InputSubsystem::ResetLookAroundToggle()
785{
786 lookAroundToggled_ = false;
787 GInput.lookAroundToggleEnabled = false;
788}
789

Callers 11

GetCursorRelModeMethod · 0.80
GetCursorRelModeMethod · 0.80
GetCursorRelModeMethod · 0.80
KeyboardPilotMethod · 0.80
KeyboardPilotMethod · 0.80
KeyboardPilotMethod · 0.80
KeyboardPilotMethod · 0.80
KeyboardPilotMethod · 0.80
KeyboardPilotMethod · 0.80
KeyboardPilotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected