summaryrefslogtreecommitdiff
path: root/src/input_common/input_poller.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-25Warnings cleanup for GCC 13 and Clang 16Gravatar comex1-5/+5
2023-06-21input_common: Implement native mifare supportGravatar Narr the Reg1-2/+22
2023-05-07core: hid: Update motion on a better placeGravatar german771-1/+1
2023-05-05input_common: Add property to invert an axis buttonGravatar Narr the Reg1-0/+1
2023-05-05input_common: Add property to invert an axis buttonGravatar Narr the Reg1-0/+1
2023-02-01input_common: Implement turbo buttonsGravatar german771-12/+18
2023-01-19input_common: Use DriverResult on all enginesGravatar german771-5/+6
2023-01-19core: hid: Enable pulling color data from controllersGravatar Narr the Reg1-0/+67
2022-11-19core: hid: Implement true multitouch supportGravatar Narr the Reg1-11/+7
2022-10-22general: Enforce C4800 everywhere except in video_coreGravatar Morph1-9/+9
2022-10-21input_common: cache vibration testsGravatar german771-1/+5
2022-10-09input_common: have an unique vector in callback statusGravatar german771-2/+8
2022-10-02service: nfp: address commentsGravatar german771-1/+1
2022-10-02input_common: Enable virtual amiibo driverGravatar german771-0/+64
2022-09-06input_common: Add support for analog toggleGravatar Narr the Reg1-0/+1
2022-07-23input_common: Add camera driverGravatar german771-0/+60
2022-04-26yuzu: config: Set default range to 95%Gravatar Narr the Reg1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-02-06yuzu: Add auto center on right clickGravatar german771-1/+1
2022-02-06input_common: Remove battery duplicated struct and update every button pressGravatar german771-1/+1
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph1-9/+9
2022-02-05input/hid: Migrate to the new UUID implementationGravatar Morph1-9/+9
2022-01-23input_common: Add option to configure gyro thresholdGravatar german771-4/+9
2021-12-13input_poller: Add missing override specifiersGravatar Lioncash1-20/+19
2021-12-13input_engine: Pass LedStatus by const referenceGravatar Lioncash1-1/+1
2021-12-13input_engine: Pass VibrationStatus by const reference in SetRumble()Gravatar Lioncash1-1/+1
2021-11-24input_common: Fix SDL controller with inverted axisGravatar german771-1/+8
2021-11-24input_common: Fix motion from 3 axisGravatar german771-0/+2
2021-11-24settings: Fix Debug controller type optionsGravatar german771-42/+47
2021-11-24kraken: Address comments from reviewGravatar german771-97/+105
2021-11-24core/hid: Rework battery mappingsGravatar german771-3/+36
2021-11-24input_common: Add manual update options to input devicesGravatar german771-0/+20
2021-11-24kraken: Fix errors from rebase and format filesGravatar german771-5/+3
2021-11-24core/hid: Add output devicesGravatar german771-1/+39
2021-11-24input_common: Create input poller and mappingGravatar german771-0/+860