Open FlorianUekermann opened 2 years ago
I have a somewhat popular display with a mirrored x or y axis. There doesn't seem to be a matching orientation. Adding the following orientations should cover any of the 8 conceivable orientations:
Orientation::PortraitMirrored Orientation::PortraitSwappedMirrored Orientation::LandscapeMirrored Orientation::LandscapeSwappedMirrored
It doesn't matter if Mirrored affects the x or y axis. Applying it to the x axis may be more intuitive, because Swapped already affects the y axis.
Mirrored
Swapped
Any chance this will be implemented?
I have a somewhat popular display with a mirrored x or y axis. There doesn't seem to be a matching orientation. Adding the following orientations should cover any of the 8 conceivable orientations:
It doesn't matter if
Mirrored
affects the x or y axis. Applying it to the x axis may be more intuitive, becauseSwapped
already affects the y axis.