-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added option to swap X and Y of (virtual) mouse #5587
Conversation
If you are interested on more specific details about the issue with physical mice, check this moonlight-stream/moonlight-android#1240 |
I tested it and the mouse was completely buggy, with the options activated. |
The video is here showing what happens: https://drive.google.com/file/d/1Xy2bjJ8VUF7lZlaB3_6Jg1OrLebSpv0H/view?usp=drivesdk |
pretty buggy, will probably close pr for now |
Fixed bugs, should be merge-worthy now |
The video is not public, can't view. |
yeahh |
Added options to swap the X and Y of the virtual mouse, seperately for in-game and in-menu. Recently found a person that had issues with the X and Y axis of their physical mouse being swapped due to android not accounting for orientation (landscape or portrait mode) on some android 13 versions. Thought this would be a nice feature to have.