| Summary: | [PATCH] Update OSX Joystick code to fully support Saitek p2500 gamepad | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Patrick Maloney <patrick_maloney> |
| Component: | joystick | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Mac OS X 10.8 | ||
| See Also: | http://bugzilla.libsdl.org/show_bug.cgi?id=2025 | ||
| Attachments: |
OSX Joystick Patch
OSX Joystick Patch |
||
Created attachment 1278 [details]
OSX Joystick Patch
I reuploaded the patch file, marking it as a patch this time so the diff could be accessed. Enjoy. Patch applied, thanks! http://hg.libsdl.org/SDL/rev/36e493277423 |
Created attachment 1277 [details] OSX Joystick Patch Saitek p2500 (Cyborg Rumble Force Pad) has a D-pad, two analog sticks, and numerous buttons. SDL 2.x on OSX detected everything except the right-side analog stick. The right-side stick is considered a 'simulation device' with the axes mapped to throttle and rudder. The patch adds support for throttle and rudder on the HID simulation page.