summaryrefslogtreecommitdiffstats
path: root/src/input_common/input_poller.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: hid: Implement true multitouch supportNarr the Reg2022-11-191-11/+7
* Merge pull request #9107 from german77/gidoly_rulesliamwhite2022-10-251-1/+5
|\
| * input_common: cache vibration testsgerman772022-10-211-1/+5
* | general: Enforce C4800 everywhere except in video_coreMorph2022-10-221-9/+9
|/
* input_common: have an unique vector in callback statusgerman772022-10-091-2/+8
* service: nfp: address commentsgerman772022-10-021-1/+1
* input_common: Enable virtual amiibo drivergerman772022-10-021-0/+64
* input_common: Add support for analog toggleNarr the Reg2022-09-061-0/+1
* input_common: Add camera drivergerman772022-07-241-0/+60
* yuzu: config: Set default range to 95%Narr the Reg2022-04-271-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* Merge pull request #7859 from german77/battery_againbunnei2022-02-241-1/+1
|\
| * input_common: Remove battery duplicated struct and update every button pressgerman772022-02-071-1/+1
* | yuzu: Add auto center on right clickgerman772022-02-071-1/+1
|/
* input_common: Add option to configure gyro thresholdgerman772022-01-241-4/+9
* input_poller: Add missing override specifiersLioncash2021-12-141-20/+19
* input_engine: Pass LedStatus by const referenceLioncash2021-12-131-1/+1
* input_engine: Pass VibrationStatus by const reference in SetRumble()Lioncash2021-12-131-1/+1
* input_common: Fix SDL controller with inverted axisgerman772021-11-251-1/+8
* input_common: Fix motion from 3 axisgerman772021-11-251-0/+2
* settings: Fix Debug controller type optionsgerman772021-11-251-42/+47
* kraken: Address comments from reviewgerman772021-11-251-97/+105
* core/hid: Rework battery mappingsgerman772021-11-251-3/+36
* input_common: Add manual update options to input devicesgerman772021-11-251-0/+20
* kraken: Fix errors from rebase and format filesgerman772021-11-251-5/+3
* core/hid: Add output devicesgerman772021-11-251-1/+39
* input_common: Create input poller and mappinggerman772021-11-251-0/+860