Skip to content

Commit

Permalink
Client: Input: Set raw input on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Aug 24, 2024
1 parent fdb8b62 commit 29506c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/client/inputw32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 29506c1

Please sign in to comment.