summaryrefslogtreecommitdiffstats
path: root/src/input_common/touch_from_button.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includes (#6521)Chloe2021-06-241-0/+1
| | | | | * Add missing includes * Add array
* common: Move settings to common from core.bunnei2021-04-151-1/+1
| | | | - Removes a dependency on core and input_common from common.
* Add mutitouch support for touch screensgerman2021-01-151-2/+2
|
* Allow to return up to 16 touch inputs per enginegerman2021-01-151-7/+8
|
* input_common: Treat warnings as errorsLioncash2020-11-221-2/+1
| | | | | Migrates over warnings as errors for input common to match how the common library treats warnings as errors.
* input_common/CMakeLists: Make some warnings errorsLioncash2020-10-161-3/+5
| | | | | Makes the input_common code warnings consistent with the rest of the codebase.
* Address second batch of reviewsFearlessTobi2020-08-301-1/+1
|
* Address review comments and fix code compilationFearlessTobi2020-08-291-3/+4
|
* yuzu: Add motion and touch configurationFearlessTobi2020-08-291-0/+49