diff options
| author | 2021-02-11 09:58:23 -0800 | |
|---|---|---|
| committer | 2021-02-11 09:58:23 -0800 | |
| commit | e53b6ecc76cf8fe670e5056f75d8e798da66f9ff (patch) | |
| tree | 21c0ed620d025fa8ab30465c83dfe57e4888816b /src/core | |
| parent | Merge pull request #5908 from Morph1984/swkbd-finalize (diff) | |
| parent | Add mouse panning (diff) | |
| download | yuzu-e53b6ecc76cf8fe670e5056f75d8e798da66f9ff.tar.gz yuzu-e53b6ecc76cf8fe670e5056f75d8e798da66f9ff.tar.xz yuzu-e53b6ecc76cf8fe670e5056f75d8e798da66f9ff.zip | |
Merge pull request #5869 from german77/mousePanning
input_common: Add mouse panning
Diffstat (limited to 'src/core')
| -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 { | |||
| 181 | std::string motion_device; | 181 | std::string motion_device; |
| 182 | std::string udp_input_servers; | 182 | std::string udp_input_servers; |
| 183 | 183 | ||
| 184 | bool emulate_analog_keyboard; | 184 | bool mouse_panning; |
| 185 | 185 | float mouse_panning_sensitivity; | |
| 186 | bool mouse_enabled; | 186 | bool mouse_enabled; |
| 187 | std::string mouse_device; | 187 | std::string mouse_device; |
| 188 | MouseButtonsRaw mouse_buttons; | 188 | MouseButtonsRaw mouse_buttons; |
| 189 | 189 | ||
| 190 | bool emulate_analog_keyboard; | ||
| 190 | bool keyboard_enabled; | 191 | bool keyboard_enabled; |
| 191 | KeyboardKeysRaw keyboard_keys; | 192 | KeyboardKeysRaw keyboard_keys; |
| 192 | KeyboardModsRaw keyboard_mods; | 193 | KeyboardModsRaw keyboard_mods; |