summaryrefslogtreecommitdiffstats
path: root/src/input_common/input_engine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_engine: Simplify PreSet* family of functionsLioncash2021-12-131-15/+5
* input_engine: Avoid redundant map lookupsLioncash2021-12-131-16/+24
* input_engine: Iterate by reference rather than by value where applicableLioncash2021-12-131-10/+10
* input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()Lioncash2021-12-131-2/+2
* input_engine: std::move InputIdentifier in SetCallback()Lioncash2021-12-131-1/+1
* kraken: Address comments from reviewgerman772021-11-251-2/+2
* second commit lion reviewgerman772021-11-251-2/+3
* settings: Fix Debug controller type optionsgerman772021-11-251-1/+1
* settings: Fix mouse and keyboard mappingsgerman772021-11-251-0/+2
* input_common: Create input_enginegerman772021-11-251-0/+361