the coordinates returned by uitouch's locationInView are ignoring device orientation -
I have a uiview that properly rotates, but locationInview always returns as if it is portrait...the view overrides layerClass and provides CAEAGLLayer but it is still a uiview
Is there something special I need to do? Or is it just standard practice to detect the orientation and manually adjust?
Thanks for any help/advice