6

I have a high resolution monitor next to a low resolution monitor and when I try to move my mouse from the hi-res one to the low-res one it often sticks on the top or bottom. I understand why this occurs, but I don't understand why the mouse couldn't just wrap to the nearest pixel.

enter image description here

I tried to find an application that would do this but I've had no luck, does such an application exist? Otherwise what MS documentation one would want to look at to develop such an app?

3 Answers3

4

DisplayFusion will do what you're looking for. https://www.displayfusion.com/Features/MouseManagement/


As for why Windows doesn't do this, I actually find the opposite behavior to be most useful. Diagram of monitor arrangement

I use the tiny edge at the top-right of monitor 1 to catch my mouse when I want to click the Close Window button.

Ideally, Microsoft would make an option for either, but until then, at least there's DisplayFusion.

2

Continuous Mouse will also do what you are looking for.

I programmed it for the sole purpose to customize the transition between two monitors of different resolution.

https://www.microsoft.com/en-us/p/continuous-mouse/9p6nts4k5425


With Continuous Mouse you can also leave out e.G. the upper area to make it easier to reach the close button.

Here is an example configuration: Example Configuration. in the background is Continuous Mouse

1

Windows 11 now has rudimentary support for this built in on the System > Display dialog: "Ease cursor movement between displays".

System > Display

asthomas
  • 126