summaryrefslogtreecommitdiff
path: root/src/input_common/touch_from_button.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add mutitouch support for touch screensGravatar german2021-01-151-2/+2
|
* Allow to return up to 16 touch inputs per engineGravatar german2021-01-151-7/+8
|
* input_common: Treat warnings as errorsGravatar Lioncash2020-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 errorsGravatar Lioncash2020-10-151-3/+5
| | | | | Makes the input_common code warnings consistent with the rest of the codebase.
* Address second batch of reviewsGravatar FearlessTobi2020-08-301-1/+1
|
* Address review comments and fix code compilationGravatar FearlessTobi2020-08-291-3/+4
|
* yuzu: Add motion and touch configurationGravatar FearlessTobi2020-08-291-0/+49