mgth / LittleBigMouse

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

LBM wont work when certain apps are focused #328

Closed NEP1192 closed 6 months ago

NEP1192 commented 7 months ago

With just about any game and some other applications, whenever I have them focused, the mouse movement to other screens defaults back to Win11 monitor placement/size.

Unsure if this is already an issue posted, I couldn't find one that seemed to outline this issue fully.

jkluch commented 7 months ago

Not sure if it's true for this application, but often what can cause this type of behavior on windows is if the app in focus is running as admin but this application isn't. You can run into similar problems where global hotkeys don't work if a program running as admin is in focus unless you give the app that uses the hotkey admin as well

Check if the application in focus that prevents LBM from working is elevated. If it is and LBM is not, that's probably your issue image

NEP1192 commented 7 months ago

Not sure if it's true for this application, but often what can cause this type of behavior on windows is if the app in focus is running as admin but this application isn't. You can run into similar problems where global hotkeys don't work if a program running as admin is in focus unless you give the app that uses the hotkey admin as well

Check if the application in focus that prevents LBM from working is elevated. If it is and LBM is not, that's probably your issue image

LBM is elevated and in this instance Cookie Clicker which is in windowed is not elevated.