diff options
author | bunnei <bunneidev@gmail.com> | 2017-08-29 11:29:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-29 11:29:10 -0400 |
commit | 75cd28a7cc1c73e1be1fc72d4b86b267cbb79081 (patch) | |
tree | 18f3e7e5b864511da54d847e645dd23a69033924 /src/core/settings.h | |
parent | acbd46366c893537c3e63f510b8ba04adafc0c02 (diff) | |
parent | 2617de1fe6f6f1fc846a8e038e1ea77a894554b2 (diff) |
Merge pull request #2899 from wwylele/touch-refactor
Refactor touch input into a TouchDevice
Diffstat (limited to 'src/core/settings.h')
-rw-r--r-- | src/core/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index bf8014c5a..024f14666 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -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; |