Closed MainasuK closed 1 year ago
The key mapping "rotate display" command disabled in the some games/apps. This patch executes the rotate command on UIApplication and find all the connected UIWindow. Then trigger the old rotateView method on root view controller.
UIApplication
UIWindow
rotateView
Before:
After:
Ready for review.
Can you provide the name of some apps where this PR fixes the issue?
@TheMoonThatRises
For example:
The key mapping "rotate display" command disabled in the some games/apps. This patch executes the rotate command on
UIApplication
and find all the connectedUIWindow
. Then trigger the oldrotateView
method on root view controller.Before:
After: