Hello everyone
I'd, like to request a feature that'd kick in when "Prevent mouse cursor from snagging on unaligned monitor edges" is on.
Problem:
3 Screens, 3840x2160 in the center and 1680x1050 on each side. When moving mouse cursor horizontally between screens with different resolutions, the mouse cursor ends up vertically offset between screens.
The screens are nearly the same physical height, w10 just doesn't take screen size into account, just resolution, so the mouse cursor ends up being all over the place.
Possible solution:
Since you already have a feature to keep the mouse from snagging on "invisible walls" between monitors, you must be moving the mouse cursor vertically by some means. So you probably already calculate where the mouse cursor should end up using height of the target screen in pixels.
An alternate calculation using percentage instead, and then converting it into pixel value, might line up a bit better. - As long as the monitors are relatively same physical size.
Even if they differ quite a bit, it might be more natural than existing Microsoft code.
Thanks