diff options
author | german <german@thesoftwareartisans.com> | 2021-02-03 12:34:25 -0600 |
---|---|---|
committer | german <german@thesoftwareartisans.com> | 2021-02-07 20:31:58 -0600 |
commit | 52b79ac00965aaf10db1a181067c2f2d33125171 (patch) | |
tree | 52ebd5133ac802db77e03d988dced834c833936e /src/core/settings.h | |
parent | 4a01812ebe3eb7fa593105cf596690731c70a1a9 (diff) |
Add mouse panning
Diffstat (limited to 'src/core/settings.h')
-rw-r--r-- | src/core/settings.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index a324530bd..d849dded3 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -181,12 +181,13 @@ struct Values { std::string motion_device; std::string udp_input_servers; - bool emulate_analog_keyboard; - + bool mouse_panning; + float mouse_panning_sensitivity; bool mouse_enabled; std::string mouse_device; MouseButtonsRaw mouse_buttons; + bool emulate_analog_keyboard; bool keyboard_enabled; KeyboardKeysRaw keyboard_keys; KeyboardModsRaw keyboard_mods; |