mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 16:55:46 +00:00
HID: use TouchDevice for touch pad
This commit is contained in:
parent
35e185309b
commit
5ec879dfaa
3 changed files with 15 additions and 4 deletions
|
@ -80,6 +80,7 @@ struct Values {
|
|||
std::array<std::string, NativeButton::NumButtons> buttons;
|
||||
std::array<std::string, NativeAnalog::NumAnalogs> analogs;
|
||||
std::string motion_device;
|
||||
std::string touch_device;
|
||||
|
||||
// Core
|
||||
bool use_cpu_jit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue