1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-28 15:06:31 -05:00

Merge pull request #5020 from german77/AnalogfromButtonFix

Disable analog joystick from buttons by default
This commit is contained in:
Morph
2020-12-08 10:30:21 +08:00
committed by GitHub
5 changed files with 52 additions and 10 deletions

View File

@@ -180,6 +180,8 @@ struct Values {
std::string motion_device;
std::string udp_input_servers;
bool emulate_analog_keyboard;
bool mouse_enabled;
std::string mouse_device;
MouseButtonsRaw mouse_buttons;