Page 1 of 1

Mouse Cursor leaves game

Posted: Mon May 12, 2025 4:03 am
by Skywashere
Hi guys! Returning player experiencing some issues!

I'm using 2 monitors and my game appears on my primary monitor fine but when i scroll to the right of the screen my mouse leaps from the game onto my second monitor. It is not confined by the game. I am not alt-tabbing and I have tried setting it to fullscreen as well as windowed and borderless but no matter what my mouse will leave the game when i scroll to the edge of the right side of the screen. Please help!!! I would very much like to play again but wont be able to if I cant move my mouse to the right w/o leaving the game. :(((

Re: Mouse Cursor leaves game

Posted: Mon May 12, 2025 10:14 am
by xpander
Whats your OS and Desktop Environment.
If you are using Linux with KDE Wayland, theres a known issue with that. It only affects wayland sessions.

2 possible solutions:

1) use gamescope to wrap it into gamescope window with --force-grab-cursor
2) set your monitors Y axis into offset

Code: Select all

kscreen-doctor output.2560,1440
to offset it (thats for 2x 2560x1440p monitors)

Code: Select all

kscreen-doctor output.2560,0
to disable the offset

Code: Select all

kscreen-doctor -o
to check your monitors

i made a script that's binded under hotkey to do that, so i can lock the cursor and unlock it