summaryrefslogtreecommitdiffstats
path: root/src/input_common/input_engine.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* android: Play vibrations asynchronouslyt8952024-02-231-0/+5
* input_common: Implement native mifare supportNarr the Reg2023-06-221-0/+34
* input_common: Use DriverResult on all enginesgerman772023-01-201-8/+11
* core: hid: Enable pulling color data from controllersNarr the Reg2023-01-201-0/+6
* input_common: Add amiibo applet functionsgerman772022-11-131-1/+1
* input_common: cache vibration testsgerman772022-10-211-1/+6
* service: nfp: address commentsgerman772022-10-021-1/+2
* input_common: Create virtual amiibo drivergerman772022-10-021-0/+16
* input_common: Add camera drivergerman772022-07-241-3/+16
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* input_common: Map sticks correctly when mapped sidewaysNarr the Reg2022-03-221-0/+5
* Merge pull request #7859 from german77/battery_againbunnei2022-02-241-14/+4
|\
| * input_common: Remove battery duplicated struct and update every button pressgerman772022-02-071-14/+4
* | general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-2/+2
* | input/hid: Migrate to the new UUID implementationMorph2022-02-051-3/+3
|/
* input_common/input_engine: Ensure PadIdentifier UUIDs have a valid initial stateLioncash2022-01-241-1/+1
* input_common/main: Pass MappingData by const reference in callbacksLioncash2022-01-241-1/+1
* input_engine: Fix typo in TriggerOnAxisChange() parameter nameLioncash2021-12-131-1/+1
* input_engine: Simplify PreSet* family of functionsLioncash2021-12-131-9/+9
* input_engine: Remove left-over namespace qualifiersLioncash2021-12-131-3/+3
* input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()Lioncash2021-12-131-2/+3
* 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_engine: std::move engine name where applicableLioncash2021-12-131-1/+1
* input_engine: Remove callback clearing in constructorLioncash2021-12-131-3/+1
* input_engine: Remove unnecessary semi-colonsLioncash2021-12-131-6/+6
* input_engine: Remove unnecessary returnLioncash2021-12-131-3/+1
* input_common: Move button names to the frontendgerman772021-11-251-2/+3
* kraken: Address comments from reviewgerman772021-11-251-1/+1
* settings: Fix Debug controller type optionsgerman772021-11-251-3/+2
* kraken: Address comments from reviewgerman772021-11-251-7/+7
* kraken: Fix errors from rebase and format filesgerman772021-11-251-4/+6
* core/hid: Add output devicesgerman772021-11-251-6/+12
* input_common: Create input_enginegerman772021-11-251-0/+224