Allow all touch inputs at the same time and remove config options that are not longer necesary
This commit is contained in:
parent
d583e01f54
commit
390ee10eef
8 changed files with 36 additions and 99 deletions
|
@ -296,10 +296,6 @@ void Config::ReadValues() {
|
|||
sdl2_config->GetBoolean("ControlsGeneral", "motion_enabled", true));
|
||||
Settings::values.touchscreen.enabled =
|
||||
sdl2_config->GetBoolean("ControlsGeneral", "touch_enabled", true);
|
||||
Settings::values.touchscreen.device =
|
||||
sdl2_config->Get("ControlsGeneral", "touch_device", "engine:emu_window");
|
||||
Settings::values.touchscreen.finger =
|
||||
sdl2_config->GetInteger("ControlsGeneral", "touch_finger", 0);
|
||||
Settings::values.touchscreen.rotation_angle =
|
||||
sdl2_config->GetInteger("ControlsGeneral", "touch_angle", 0);
|
||||
Settings::values.touchscreen.diameter_x =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue