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 - IOS Orientation events not registering
Summary: IOS Orientation events not registering
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: 2.0.3
Hardware: iPhone/iPod touch iOS (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-26 19:56 UTC by Aleksandar Chalyovski
Modified: 2014-07-19 22:06 UTC (History)
0 users

See Also:


Attachments
orientation events problem (3.28 KB, text/x-csrc)
2014-05-26 19:56 UTC, Aleksandar Chalyovski
Details

Note You need to log in before you can comment on or make changes to this bug.
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.