mgth / LittleBigMouse

DPI Aware mouse move across screens
GNU General Public License v3.0
4.05k stars 191 forks source link

Stacked monitors, mouse can go one direction, not the other #285

Closed samtvn closed 11 months ago

samtvn commented 11 months ago

Hello, I have three monitors. Two of them are stacked, the third one is on the right. I can go back and forth from both of the stacked monitors to the right monitor. I can go from the bottom to the top. I cannot go from the top to the bottom monitor. Even with fresh settings, it has this behaviour.

image

https://github.com/mgth/LittleBigMouse/assets/95653046/208e7a64-14a3-49c8-a0f2-83b143fd3d18

mgfarmer commented 11 months ago

I'm having the same problem. In my case I just added a fourth monitor on top of the cewnter monitor in my setup and my mouse get stuck up there. Do you have a guide on how to setup a dev environment. I'd like to try to fix this problem. What version of Visual Studio are you using?

mgth commented 11 months ago

Visual studio 2022 Preview. Dot net 8. No much more. Just pull and open the solution. Set startup project : LittleBigMouse.Ui/LittleBigMouse.Ui.Avalonia.

I think I could reproduce the problem, can you confirm it does not occur with corner crossing algo ?

samtvn commented 11 months ago

Yes I confirm that with corner crossing it does not occur.

mgfarmer commented 11 months ago

Same, Works fine with Corner Crossing enabled.

mgth commented 11 months ago

fixed with pr #291