-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
[Bug]: Incorrect Mouse Interaction bounds with Non-Native Resolution #799
Comments
Is it a physical mouse? |
Probably you should post output of |
Yes Output of Click to expand
Observations from a little testing:
Possible cause (speculative):When using exact or custom resolutions, the graphical session is centered on the display, however, the input boundary checks (determining whether the cursor is within valid screen space) may still be using non-centered or differently scaled bounds. |
Problem description
When the display resolution mode is set to a non-native resolution in the Output -> Display resolution mode setting, mouse cursor positioning and interaction with screen boundaries are incorrect.
The issue is observed when using a mouse as the input device. Touch input for cursor movement appears to function correctly:
https://mega.nz/file/Fd5D2RBb#vG8vZ-WqkVaB2tuZKJ0wO3QsS1EI5UDoLyfzRAstvAQ
(I'm yet to test for any config issues on my side, this is an initial report)
What steps will reproduce the bug?
Preferences -> output -> Display resolution mode
toexact
What is the expected behavior?
No response
The text was updated successfully, but these errors were encountered: