| 89 | RLCPP_NODISCARD float GetAxisMovement(int axis) const { return ::GetGamepadAxisMovement(number, axis); } |
| 90 | |
| 91 | static int SetMappings(const std::string& mappings) { return SetGamepadMappings(mappings.c_str()); } |
| 92 | |
| 93 | /** |
| 94 | * Set gamepad vibration for both motors (duration in seconds) |