* Return gamepad axis count for a gamepad */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected