MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / IsAvailable

Method IsAvailable

include/Gamepad.hpp:39–39  ·  view source on GitHub ↗

* Detect if a gamepad is available */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected