summaryrefslogtreecommitdiffstats
path: root/src/input_common/input_engine.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-22input_common: Implement native mifare supportNarr the Reg1-0/+34
2023-01-20input_common: Use DriverResult on all enginesgerman771-8/+11
2023-01-20core: hid: Enable pulling color data from controllersNarr the Reg1-0/+6
2022-11-13input_common: Add amiibo applet functionsgerman771-1/+1
2022-10-21input_common: cache vibration testsgerman771-1/+6
2022-10-02service: nfp: address commentsgerman771-1/+2
2022-10-02input_common: Create virtual amiibo drivergerman771-0/+16
2022-07-24input_common: Add camera drivergerman771-3/+16
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-22input_common: Map sticks correctly when mapped sidewaysNarr the Reg1-0/+5
2022-02-07input_common: Remove battery duplicated struct and update every button pressgerman771-14/+4
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-2/+2
2022-02-05input/hid: Migrate to the new UUID implementationMorph1-3/+3
2022-01-24input_common/input_engine: Ensure PadIdentifier UUIDs have a valid initial stateLioncash1-1/+1
2022-01-24input_common/main: Pass MappingData by const reference in callbacksLioncash1-1/+1
2021-12-13input_engine: Fix typo in TriggerOnAxisChange() parameter nameLioncash1-1/+1
2021-12-13input_engine: Simplify PreSet* family of functionsLioncash1-9/+9
2021-12-13input_engine: Remove left-over namespace qualifiersLioncash1-3/+3
2021-12-13input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()Lioncash1-2/+3
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-12-13input_engine: std::move engine name where applicableLioncash1-1/+1
2021-12-13input_engine: Remove callback clearing in constructorLioncash1-3/+1
2021-12-13input_engine: Remove unnecessary semi-colonsLioncash1-6/+6
2021-12-13input_engine: Remove unnecessary returnLioncash1-3/+1
2021-11-25input_common: Move button names to the frontendgerman771-2/+3
2021-11-25kraken: Address comments from reviewgerman771-1/+1
2021-11-25settings: Fix Debug controller type optionsgerman771-3/+2
2021-11-25kraken: Address comments from reviewgerman771-7/+7
2021-11-25kraken: Fix errors from rebase and format filesgerman771-4/+6
2021-11-25core/hid: Add output devicesgerman771-6/+12
2021-11-25input_common: Create input_enginegerman771-0/+224