12-04-2017, 11:53 AM
(This post was last modified: 12-04-2017, 11:55 AM by MrRobinson.)
So I have done the steps jamess has mentioned above and my screen displays in portrait the way I want it (as in portrait from left(top) to right(bottom) on landscape) but the touch input is still incorrect. The input is now flipped 180 degrees on landscape (so I swipe up on the screen and I get down and vice versa).
I want to swipe from left to right and this in portrait should be detected as top to bottom. If I set hwrotation to 270 and leave hdmirotation to false, the OS will display portrait in landscape but show from top to bottom instead and the touch input will then work from left(detects as top) to right(detects as bottom) which is how I want the touch input but the orientation of the display is now incorrect.
It seems that when hwrotation=270 and hdmirotation=true, then the touch input is rotated another 90 and is now 360 degrees.
Is there a way to fix this?
I want to swipe from left to right and this in portrait should be detected as top to bottom. If I set hwrotation to 270 and leave hdmirotation to false, the OS will display portrait in landscape but show from top to bottom instead and the touch input will then work from left(detects as top) to right(detects as bottom) which is how I want the touch input but the orientation of the display is now incorrect.
It seems that when hwrotation=270 and hdmirotation=true, then the touch input is rotated another 90 and is now 360 degrees.
Is there a way to fix this?