-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDL_GameControllerHasRumble is undefine #267
Comments
focal 20.04 SDL version is 20.10, it does not have SDL_GameControllerHasRumble, function was implemented at SDL 2.18. I have replaced the call with SDL_GameControllerRumble sending zeros in all 3 parameters it should have same effect. current: for backward compatibility please don't use SDL_GameControllerHasRumble. attached diff |
Same problem for me when building ROS Humble from source in Ubuntu 20.04 Focal (a Tier 3 platform):
Installed versions:
and If this is the only detail, then I agree with @mor2code that the I don't see how #270 would solve the problem (and it does not) as long as The pull request that introduced the new API: #258 This repository also has a |
Closing this as it was fixed by #273 .
Yeah, we can probably just remove that |
In src/game_controller.cpp line 324
SDL_GameControllerHasRumble is undefine
Fail to build joy
The text was updated successfully, but these errors were encountered: