| Summary: | Fixes for iOS 3.x / iPhone 3G and others | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Gueniffey <pierre-yves> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | ARM | ||
| OS: | iOS (All) | ||
| Attachments: |
Patch for iOS 3.x
Updated patch for iOS SDK 5 |
||
|
Description
Gueniffey
2011-08-30 04:43:07 UTC
Created attachment 693 [details]
Patch for iOS 3.x
Created attachment 731 [details]
Updated patch for iOS SDK 5
This patch is updated for current version of SDL 1.3 with iOS SDK 5.
Several bugs have been fixed for interface rotation and multitouch.
The retina display support has been disabled as it doesn't seem to work in the current version (in the patch the SDL window has always the same size as logical coordinates, not real screen size).
I fixed a number of issues in the iOS build recently and it seems like my changes may overlap yours. Can you grab the latest snapshot and see what issues are still there that need to be addressed? http://www.libsdl.org/tmp/SDL-1.3.zip Thanks! |