Solution not that simple really.
Before i rashly stated my program was working in landscape properly. It is drawing okay, but not responding to touches properly because the area for responding to touches is only extending on the left side of the landscape screen (magically only 320 pixels across), and any touches on the right side are not getting tracked.
so after setting the view transform, one must do something else, probably the fame, but not sure how to fix it. Anyway have a few lines of code they can share to fix the frame after applying the 90 degree and translation transform to the view?
|