Disable analog joystick from buttons by default

This commit is contained in:
german 2020-11-26 20:56:06 -06:00
parent ab315011fb
commit b57ba7bfb6
5 changed files with 52 additions and 10 deletions

View file

@ -178,6 +178,8 @@ struct Values {
u16 udp_input_port;
u8 udp_pad_index;
bool emulate_analog_keyboard;
bool mouse_enabled;
std::string mouse_device;
MouseButtonsRaw mouse_buttons;