summaryrefslogtreecommitdiff
path: root/src/input_common/input_poller.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Add option to configure gyro thresholdGravatar german772022-01-231-4/+9
|
* input_poller: Add missing override specifiersGravatar Lioncash2021-12-131-20/+19
|
* input_engine: Pass LedStatus by const referenceGravatar Lioncash2021-12-131-1/+1
| | | | Avoids copies where reasonably applicable
* input_engine: Pass VibrationStatus by const reference in SetRumble()Gravatar Lioncash2021-12-131-1/+1
| | | | Avoids creating copies of the struct where not necessary.
* input_common: Fix SDL controller with inverted axisGravatar german772021-11-241-1/+8
|
* input_common: Fix motion from 3 axisGravatar german772021-11-241-0/+2
|
* settings: Fix Debug controller type optionsGravatar german772021-11-241-42/+47
|
* kraken: Address comments from reviewGravatar german772021-11-241-97/+105
| | | | start lion review
* core/hid: Rework battery mappingsGravatar german772021-11-241-3/+36
|
* input_common: Add manual update options to input devicesGravatar german772021-11-241-0/+20
|
* kraken: Fix errors from rebase and format filesGravatar german772021-11-241-5/+3
|
* core/hid: Add output devicesGravatar german772021-11-241-1/+39
|
* input_common: Create input poller and mappingGravatar german772021-11-241-0/+860