diff --git a/src/sdl/i_input.cpp b/src/sdl/i_input.cpp index 4f933826e..0e67944f5 100644 --- a/src/sdl/i_input.cpp +++ b/src/sdl/i_input.cpp @@ -263,7 +263,7 @@ static void I_CheckNativeMouse () == (SDL_APPINPUTFOCUS|SDL_APPACTIVE); bool fs = (SDL_GetVideoSurface ()->flags & SDL_FULLSCREEN) != 0; - bool wantNative = !focus || (!fs && (!use_mouse || GUICapture || paused || demoplayback || !inGame())); + bool wantNative = !focus || (!use_mouse || GUICapture || paused || demoplayback || !inGame()); if (wantNative != NativeMouse) {