Add option to enable mouse acceleration for remote desktop usage

This commit is contained in:
Cameron Gutman
2018-09-09 13:21:11 -07:00
parent af17d56cbd
commit 9e2fd67487
7 changed files with 35 additions and 8 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
#pragma once
#include "settings/streamingpreferences.h"
#include <SDL.h>
struct GamepadState {
@@ -18,7 +20,7 @@ struct GamepadState {
class SdlInputHandler
{
public:
explicit SdlInputHandler(bool multiController);
explicit SdlInputHandler(StreamingPreferences& prefs);
~SdlInputHandler();