isDisabled method
- RoverStatus status
Whether the gamepad should be disabled in this mode.
Implementation
bool isDisabled(RoverStatus status) => status == RoverStatus.AUTONOMOUS || status == RoverStatus.IDLE;
Whether the gamepad should be disabled in this mode.
bool isDisabled(RoverStatus status) => status == RoverStatus.AUTONOMOUS || status == RoverStatus.IDLE;