summaryrefslogtreecommitdiff
path: root/src/common/input.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-23input_common: Make vibration request asyncGravatar Narr the Reg1-0/+1
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph1-4/+4
2022-02-05input/hid: Migrate to the new UUID implementationGravatar Morph1-4/+4
2022-01-30input_common: Add home and hard touch press buttons to UDP controllersGravatar german771-0/+2
2022-01-16input_common: Reintroduce motion from mouse and use button namesGravatar german771-0/+7
2021-12-13common/input: Avoid numerous large copies of CallbackStatusGravatar Lioncash1-2/+2
2021-12-13common/input: Remove unnecessary returnsGravatar Lioncash1-6/+2
2021-12-13input_engine: Pass LedStatus by const referenceGravatar Lioncash1-1/+1
2021-12-13input_engine: Pass VibrationStatus by const reference in SetRumble()Gravatar Lioncash1-4/+2
2021-11-26input_common: Fully implement UDP controllersGravatar Narr the Reg1-0/+14
2021-11-24input_common: Move button names to the frontendGravatar german771-0/+22
2021-11-24config: Cleanup and documentationGravatar german771-3/+31
2021-11-24core/hid: Prevent Emulated controller from flapping with multiple inputs devicesGravatar german771-0/+4
2021-11-24core/hid: Fully emulate motion from buttonGravatar german771-0/+5
2021-11-24second commit lion reviewGravatar german771-1/+1
2021-11-24settings: Fix Debug controller type optionsGravatar german771-2/+2
2021-11-24kraken: Address comments from reviewGravatar german771-2/+2
2021-11-24input_common: Add manual update options to input devicesGravatar german771-0/+10
2021-11-24core/hid: Fix rumble too strong at 1%Gravatar german771-0/+7
2021-11-24core/hid: Only signal when neededGravatar german771-0/+1
2021-11-24core/hid: Add output devicesGravatar german771-0/+39
2021-11-24common: Rewrite and move core/frontend/input.h to commonGravatar german771-0/+242