summaryrefslogtreecommitdiffstats
path: root/src/input_common/input_engine.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-20core: hid: Enable pulling color data from controllersNarr the Reg1-0/+37
2022-10-02input_common: Create virtual amiibo drivergerman771-0/+37
2022-07-24input_common: Add camera drivergerman771-0/+38
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-07input_common: Replace lock_guard with scoped_lockMerry1-23/+23
2022-03-20input_common: Reduce unused includesameerj1-1/+0
2022-02-07input_common: Remove battery duplicated struct and update every button pressgerman771-4/+4
2022-02-05input/hid: Migrate to the new UUID implementationMorph1-5/+5
2022-01-17input_common: nitpick about SetHatButton usageValeri1-1/+1
2022-01-07input_common: Use accelerometer data for mappinggerman771-2/+10
2021-12-13input_engine: Simplify PreSet* family of functionsLioncash1-15/+5
2021-12-13input_engine: Avoid redundant map lookupsLioncash1-16/+24
2021-12-13input_engine: Iterate by reference rather than by value where applicableLioncash1-10/+10
2021-12-13input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()Lioncash1-2/+2
2021-12-13input_engine: std::move InputIdentifier in SetCallback()Lioncash1-1/+1
2021-11-25kraken: Address comments from reviewgerman771-2/+2
2021-11-25second commit lion reviewgerman771-2/+3
2021-11-25settings: Fix Debug controller type optionsgerman771-1/+1
2021-11-25settings: Fix mouse and keyboard mappingsgerman771-0/+2
2021-11-25input_common: Create input_enginegerman771-0/+361