summaryrefslogtreecommitdiffstats
path: root/src/input_common/input_poller.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-19core: hid: Implement true multitouch supportNarr the Reg1-11/+7
2022-10-22general: Enforce C4800 everywhere except in video_coreMorph1-9/+9
2022-10-21input_common: cache vibration testsgerman771-1/+5
2022-10-09input_common: have an unique vector in callback statusgerman771-2/+8
2022-10-02service: nfp: address commentsgerman771-1/+1
2022-10-02input_common: Enable virtual amiibo drivergerman771-0/+64
2022-09-06input_common: Add support for analog toggleNarr the Reg1-0/+1
2022-07-24input_common: Add camera drivergerman771-0/+60
2022-04-27yuzu: config: Set default range to 95%Narr the Reg1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-07yuzu: Add auto center on right clickgerman771-1/+1
2022-02-07input_common: Remove battery duplicated struct and update every button pressgerman771-1/+1
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-9/+9
2022-02-05input/hid: Migrate to the new UUID implementationMorph1-9/+9
2022-01-24input_common: Add option to configure gyro thresholdgerman771-4/+9
2021-12-14input_poller: Add missing override specifiersLioncash1-20/+19
2021-12-13input_engine: Pass LedStatus by const referenceLioncash1-1/+1
2021-12-13input_engine: Pass VibrationStatus by const reference in SetRumble()Lioncash1-1/+1
2021-11-25input_common: Fix SDL controller with inverted axisgerman771-1/+8
2021-11-25input_common: Fix motion from 3 axisgerman771-0/+2
2021-11-25settings: Fix Debug controller type optionsgerman771-42/+47
2021-11-25kraken: Address comments from reviewgerman771-97/+105
2021-11-25core/hid: Rework battery mappingsgerman771-3/+36
2021-11-25input_common: Add manual update options to input devicesgerman771-0/+20
2021-11-25kraken: Fix errors from rebase and format filesgerman771-5/+3
2021-11-25core/hid: Add output devicesgerman771-1/+39
2021-11-25input_common: Create input poller and mappinggerman771-0/+860