summaryrefslogtreecommitdiff
path: root/src/input_common/touch_from_button.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-24input_common: Move touch and analog from button. Move udp protocolGravatar german771-53/+0
2021-06-28core, input_common: Miscellaneous fixesGravatar lat9nq1-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 BasicSettingGravatar lat9nq1-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)Gravatar Chloe1-0/+1
* Add missing includes * Add array
2021-04-14common: Move settings to common from core.Gravatar bunnei1-1/+1
- Removes a dependency on core and input_common from common.
2021-01-15Add mutitouch support for touch screensGravatar german1-2/+2
2021-01-15Allow to return up to 16 touch inputs per engineGravatar german1-7/+8
2020-11-22input_common: Treat warnings as errorsGravatar Lioncash1-2/+1
Migrates over warnings as errors for input common to match how the common library treats warnings as errors.
2020-10-15input_common/CMakeLists: Make some warnings errorsGravatar Lioncash1-3/+5
Makes the input_common code warnings consistent with the rest of the codebase.
2020-08-30Address second batch of reviewsGravatar FearlessTobi1-1/+1
2020-08-29Address review comments and fix code compilationGravatar FearlessTobi1-3/+4
2020-08-29yuzu: Add motion and touch configurationGravatar FearlessTobi1-0/+49