summaryrefslogtreecommitdiff
path: root/src/input_common/input_poller.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Warnings cleanup for GCC 13 and Clang 16Gravatar comex2023-08-251-5/+5
* input_common: Implement native mifare supportGravatar Narr the Reg2023-06-211-2/+22
* core: hid: Update motion on a better placeGravatar german772023-05-071-1/+1
* input_common: Add property to invert an axis buttonGravatar Narr the Reg2023-05-051-0/+1
* input_common: Implement turbo buttonsGravatar german772023-02-011-12/+18
* input_common: Use DriverResult on all enginesGravatar german772023-01-191-5/+6
* core: hid: Enable pulling color data from controllersGravatar Narr the Reg2023-01-191-0/+67
* core: hid: Implement true multitouch supportGravatar Narr the Reg2022-11-191-11/+7
* Merge pull request #9107 from german77/gidoly_rulesGravatar liamwhite2022-10-251-1/+5
|\
| * input_common: cache vibration testsGravatar german772022-10-211-1/+5
* | general: Enforce C4800 everywhere except in video_coreGravatar Morph2022-10-221-9/+9
|/
* input_common: have an unique vector in callback statusGravatar german772022-10-091-2/+8
* service: nfp: address commentsGravatar german772022-10-021-1/+1
* input_common: Enable virtual amiibo driverGravatar german772022-10-021-0/+64
* input_common: Add support for analog toggleGravatar Narr the Reg2022-09-061-0/+1
* input_common: Add camera driverGravatar german772022-07-231-0/+60
* yuzu: config: Set default range to 95%Gravatar Narr the Reg2022-04-261-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* Merge pull request #7859 from german77/battery_againGravatar bunnei2022-02-241-1/+1
|\
| * input_common: Remove battery duplicated struct and update every button pressGravatar german772022-02-061-1/+1
* | yuzu: Add auto center on right clickGravatar german772022-02-061-1/+1
|/
* 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
* input_engine: Pass VibrationStatus by const reference in SetRumble()Gravatar Lioncash2021-12-131-1/+1
* 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
* 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