| Summary: | Haptic on Switch Pro Controller not detected | ||
|---|---|---|---|
| Product: | SDL | Reporter: | williamxie3421 |
| Component: | haptic | Assignee: | Ryan C. Gordon <icculus> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | rustym |
| Version: | 2.0.9 | ||
| Hardware: | x86_64 | ||
| OS: | Mac OS X (All) | ||
|
Description
williamxie3421
2019-01-30 12:47:55 UTC
Try using SDL_GameControllerRumble() or SDL_JoystickRumble() instead. This uses a newer haptic system inside SDL that works with the Switch Pro controller, PS4 controller, and more. I'm not sure, but you may not even need to init with SDL_INIT_HAPTIC to use this newer API. It's much simpler than the older Haptic APIs too. |