| 799 | } |
| 800 | bool InputSubsystem::IsJoystickEnabled() const |
| 801 | { |
| 802 | return GInput.gamepad.enabled; |
| 803 | } |
| 804 | bool InputSubsystem::IsJoystickThrustActive() const |
| 805 | { |
| 806 | if (!GInput.gamepad.enabled) |
| 807 | return false; |
no outgoing calls
no test coverage detected