diff --git a/src/game/client/inputw32.cpp b/src/game/client/inputw32.cpp index 1a1961d3..f66305db 100644 --- a/src/game/client/inputw32.cpp +++ b/src/game/client/inputw32.cpp @@ -340,6 +340,7 @@ void IN_RunFrame() else { m_input.SetValue((int)MouseMode::RawInput); + rawinput.SetValue(true); IN_UpdateMouseMode(); ConPrintf(ConColor::Cyan, "Linux only supports Raw Input mode.\n"); }