summaryrefslogtreecommitdiffstats
path: root/src/common/input.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-28input_common: Remove duplicated DriverResult enumgerman771-0/+2
2023-06-22input_common: Implement native mifare supportNarr the Reg1-4/+39
2023-05-06input_common: Add property to invert an axis buttonNarr the Reg1-0/+2
2023-05-06input_common: Add property to invert an axis buttonNarr the Reg1-0/+2
2023-03-12general: fix spelling mistakesLiam1-4/+4
2023-03-08input_common: Minor typo issues (#9922)Narr the Reg1-1/+1
2023-02-01input_common: Implement turbo buttonsgerman771-0/+2
2023-01-20input_common: Use DriverResult on all enginesgerman771-26/+20
2023-01-20input_common: Initial skeleton for custom joycon driverNarr the Reg1-3/+23
2023-01-06input_common: Create an update engineNarr the Reg1-3/+0
2022-11-28common/input: Add helpers functions for creating input and output devicesLioncash1-0/+34
2022-11-28common/input: Pass ParamPackage by const reference in CreateDeviceLioncash1-3/+3
2022-11-23general: fix compile for Apple ClangLiam1-0/+1
2022-10-21input_common: cache vibration testsgerman771-1/+4
2022-10-09input_common: have an unique vector in callback statusgerman771-2/+3
2022-10-02service: nfp: address commentsgerman771-1/+1
2022-10-02input_common: Create virtual amiibo drivergerman771-0/+27
2022-09-06input_common: Add support for analog toggleNarr the Reg1-0/+5
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2022-07-24input_common: Add camera drivergerman771-1/+28
2022-05-23input_common: Make vibration request asyncNarr the Reg1-0/+1
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-4/+4
2022-02-05input/hid: Migrate to the new UUID implementationMorph1-4/+4
2022-01-30input_common: Add home and hard touch press buttons to UDP controllersgerman771-0/+2
2022-01-17input_common: Reintroduce motion from mouse and use button namesgerman771-0/+7
2021-12-14common/input: Avoid numerous large copies of CallbackStatusLioncash1-2/+2
2021-12-14common/input: Remove unnecessary returnsLioncash1-6/+2
2021-12-13input_engine: Pass LedStatus by const referenceLioncash1-1/+1
2021-12-13input_engine: Pass VibrationStatus by const reference in SetRumble()Lioncash1-4/+2
2021-11-26input_common: Fully implement UDP controllersNarr the Reg1-0/+14
2021-11-25input_common: Move button names to the frontendgerman771-0/+22
2021-11-25config: Cleanup and documentationgerman771-3/+31
2021-11-25core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman771-0/+4
2021-11-25core/hid: Fully emulate motion from buttongerman771-0/+5
2021-11-25second commit lion reviewgerman771-1/+1
2021-11-25settings: Fix Debug controller type optionsgerman771-2/+2
2021-11-25kraken: Address comments from reviewgerman771-2/+2
2021-11-25input_common: Add manual update options to input devicesgerman771-0/+10
2021-11-25core/hid: Fix rumble too strong at 1%german771-0/+7
2021-11-25core/hid: Only signal when neededgerman771-0/+1
2021-11-25core/hid: Add output devicesgerman771-0/+39
2021-11-25common: Rewrite and move core/frontend/input.h to commongerman771-0/+242