mgth / LittleBigMouse

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

When in windowed fullscreen game, mouse movements can appear on another screen #321

Closed ASmyrnyi closed 7 months ago

ASmyrnyi commented 8 months ago

I experience such a problem where cursor can appear for a moment on the monitor which doesn't have a game on it when moving the mouse towards the screen edge. When it happens, any click while cursor is not on a monitor with game on it leads to alt-tabing out of the game. Such behavior does not occur when LittleBigMouse is disabled.

FoatGernando commented 8 months ago

Currently seeing this same issues too on newest release 5.1.0.0

Did a little regression testing and see it on previous versions such as 5.0.4.1 and 5.0.2.0

FoatGernando commented 8 months ago

Update above, downloaded version: 4.2.7120.40854 and I am not seeing this problem anymore, will stick with this version until fix is implemented with version 5

ASmyrnyi commented 8 months ago

I tried to do as mentioned here (adding process name to Excluded.txt) but it didn't work

mgth commented 8 months ago

I tried to do as mentioned here (adding process name to Excluded.txt) but it didn't work

It's the right way to deal with it. Which game is it ? You have to add a line with a part of the game executable path.

ASmyrnyi commented 8 months ago

Which game is it ?

Game called 'Mordhau', I added this lines into Excluded.txt \Mordhau\ \Mordhau-Win64-Shipping\ Also, since I play it via steam, shouldn't just the '\steamapps\' in txt file work?

knguyen298 commented 8 months ago

I am also experiencing this issue, mainly in Destiny 2. I was on 5.0.5.0 since January 11th on a fresh install of Windows, without any issue. I updated to 5.1.0.0, and noticed that I would lose focus of the game, primarily during quick, large mouse movements. Also noticed my cursor in game would line up to my cursor in Windows when I moved my cursor to my second monitor, as if LBM was still working. On 5.0.5.0, the cursor jumps as it would if LBM was turned off.

I have \destiny2\ listed in the excluded file in an attempt to resolve the regression with 5.1.0.0., but the issue is still there.

ViniRust commented 8 months ago

After updating to the newer 5.1.0.0 version, I'm also see this behavior. Stopping the program (not closing) is enough to solve it, but wasn't needed in previous versions.

Adding \VALORANT\ to the Excluded.txt doesn't solve the issue, and the text file already comes with \Riot Games\, so it shouldn't change anything.

ViniRust commented 8 months ago

image