| Summary: | IOS Orientation events not registering | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Aleksandar Chalyovski <sabotage3d> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED INVALID | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.3 | ||
| Hardware: | iPhone/iPod touch | ||
| OS: | iOS (All) | ||
| Attachments: | orientation events problem | ||
This bug is invalid as I have counted the events wrong. It counts only the screen resize events while I was expecting to count every change in the device orientation. |
Created attachment 1661 [details] orientation events problem I have tested this only under the simulator IOS 7.0. If we simulate change of the device orientation using Hardware -> Rotate Left or Right to change to Landscape Right, Landscape Left or Portrait. The SDL event system is missing some of the events. I have attached an example. When you run the example and rotate the screen in any direction SDL won't register all of the orientation changes.