* Detect if a gamepad is available */
| 37 | * Detect if a gamepad is available |
| 38 | */ |
| 39 | RLCPP_NODISCARD bool IsAvailable() const { return ::IsGamepadAvailable(number); } |
| 40 | |
| 41 | /** |
| 42 | * Detect if a gamepad is available |
nothing calls this directly
no outgoing calls
no test coverage detected