summaryrefslogtreecommitdiffstats
path: root/src/input_common/touch_from_button.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-25input_common: Move touch and analog from button. Move udp protocolgerman771-53/+0
2021-06-29core, input_common: Miscellaneous fixeslat9nq1-1/+2
bcat: Fix settings access telemetry_session: Fix settings accesses So this is what I get for testing with the web service disabled. touch_from_button: Fix settings access for clang
2021-06-28general: Make most settings a BasicSettinglat9nq1-2/+1
Creates a new BasicSettings class in common/settings, and forces setting a default and label for each setting that uses it in common/settings. Moves defaults and labels from both frontends into common settings. Creates a helper function in each frontend to facillitate reading the settings now with the new default and label properties. Settings::Setting is also now a subclass of Settings::BasicSetting. Also adds documentation for both Setting and BasicSetting.
2021-06-24Add missing includes (#6521)Chloe1-0/+1
* Add missing includes * Add array
2021-04-15common: Move settings to common from core.bunnei1-1/+1
- Removes a dependency on core and input_common from common.
2021-01-15Add mutitouch support for touch screensgerman1-2/+2
2021-01-15Allow to return up to 16 touch inputs per enginegerman1-7/+8
2020-11-22input_common: Treat warnings as errorsLioncash1-2/+1
Migrates over warnings as errors for input common to match how the common library treats warnings as errors.
2020-10-16input_common/CMakeLists: Make some warnings errorsLioncash1-3/+5
Makes the input_common code warnings consistent with the rest of the codebase.
2020-08-30Address second batch of reviewsFearlessTobi1-1/+1
2020-08-29Address review comments and fix code compilationFearlessTobi1-3/+4
2020-08-29yuzu: Add motion and touch configurationFearlessTobi1-0/+49