| Summary: | config line for adding/removing joystick support in ios | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Vittorio Giovara <vitto.giova> |
| Component: | joystick | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | trivial | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 2.0 | ||
| Hardware: | iPhone/iPod touch | ||
| OS: | iOS (All) | ||
| Attachments: | patch | ||
Is there ever joystick support on iOS? --ryan. Yen, it is the backend for handling accelerometer input, afaik. There can be games that don't need that feature and just use touch control. This patch is now hg changeset fdb8cc53adaa, thanks! --ryan. |
Created attachment 689 [details] patch Hi, i'm attaching a very simple patch that adds two lines on SDL_config_iphoneos.h so that it is possible to enable or disable joystick support at compile time.