We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2561

Summary: IOS Orientation events not registering
Product: SDL Reporter: Aleksandar Chalyovski <sabotage3d>
Component: eventsAssignee: 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

Description Aleksandar Chalyovski 2014-05-26 19:56:40 UTC
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.
Comment 1 Aleksandar Chalyovski 2014-07-19 22:06:31 UTC
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.