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