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

Function GetAxisCount

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

* Return gamepad axis count for a gamepad */

Source from the content-addressed store, hash-verified

82 * Return gamepad axis count for a gamepad
83 */
84 RLCPP_NODISCARD int GetAxisCount() const { return ::GetGamepadAxisCount(number); }
85
86 /**
87 * Return axis movement value for a gamepad axis

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected