Move misc files into separate dir

This commit is contained in:
Vili Sinervä 2024-05-30 21:51:40 +03:00
parent c834b39e9c
commit 62fcf1f77f
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
3 changed files with 2 additions and 2 deletions

View file

@ -1,13 +0,0 @@
diff --git a/app/streaming/input/input.cpp b/app/streaming/input/input.cpp
index fb11938b..5c0eb22e 100644
--- a/app/streaming/input/input.cpp
+++ b/app/streaming/input/input.cpp
@@ -47,7 +47,7 @@ SdlInputHandler::SdlInputHandler(StreamingPreferences& prefs, int streamWidth, i
// Otherwise, we'll use raw input capture which is straight from the device
// without modification by the OS.
SDL_SetHintWithPriority(SDL_HINT_MOUSE_RELATIVE_MODE_WARP,
- prefs.absoluteMouseMode ? "1" : "0",
+ prefs.absoluteMouseMode ? "1" : "1",
SDL_HINT_OVERRIDE);
#if !SDL_VERSION_ATLEAST(2, 0, 15)