1
0
Fork 0
forked from eden-emu/eden

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
commit 607bb8d14b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
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;