mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-05 23:36:15 +00:00
SDL will try to lock the mouse cursor on Wayland if it's not visible in order to support applications that assume they can warp the cursor (which isn't possible on Wayland). We don't want this behavior because it interferes with seamless mouse mode when toggling between windowed and fullscreen modes by unexpectedly locking the mouse cursor.