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 1200 - Touch Input does not respond to Rotations Properly
Summary: Touch Input does not respond to Rotations Properly
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: HG 2.0
Hardware: iPhone/iPod touch iOS (All)
: P2 critical
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 09:51 UTC by Armin Ronacher
Modified: 2013-05-21 02:37 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Armin Ronacher 2011-05-05 09:51:44 UTC
How to reproduce:

1. Use a resizable window and rotate the phone.
2. Observe that the touch handling does properly know about the
   rotation but does not cover the whole screen now.

If the phone was upright and then rotated, the right side of the
screen does not respond to touch events and the lowest part of the
screen now responds with a y value of about 0.6 in the range 0.0 to 1.0.
Comment 1 Sam Lantinga 2012-01-06 22:38:29 UTC
Can you retest with the latest snapshot?
http://www.libsdl.org/tmp/SDL-1.3.zip

I think I fixed this a couple months ago.

Thanks!