diff --git a/client/src/main.c b/client/src/main.c index e71c31a9..f1a67d19 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -1993,6 +1993,10 @@ static int lg_run(void) // ensure renderer viewport is aware of the current window size updatePositionInfo(); + // if spice is not in use, hide the local cursor + if (!app_inputEnabled() && params.hideMouse) + SDL_ShowCursor(SDL_DISABLE); + if (params.fpsMin <= 0) { // default 30 fps