mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45:46 +00:00
Merge pull request #2899 from wwylele/touch-refactor
Refactor touch input into a TouchDevice
This commit is contained in:
commit
d181a67df9
8 changed files with 87 additions and 43 deletions
|
@ -81,6 +81,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