| 1266 | } |
| 1267 | void InputSubsystem::ToggleReverseMouse() |
| 1268 | { |
| 1269 | GInput.mouse.reverseY = !GInput.mouse.reverseY; |
| 1270 | } |
| 1271 | void InputSubsystem::SetJoystickEnabled(bool v) |
| 1272 | { |
| 1273 | GInput.gamepad.enabled = v; |
| 1274 | } |
no outgoing calls
no test coverage detected