summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/sdl_driver.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()Lioncash2021-12-131-2/+2
| | | | Copies the BasicMotion instance once instead of twice.
* input_engine: Pass VibrationStatus by const reference in SetRumble()Lioncash2021-12-131-2/+4
| | | | Avoids creating copies of the struct where not necessary.
* input_engine: std::move engine name where applicableLioncash2021-12-131-1/+1
| | | | | We can allow the name to be moved into, allowing allocations to be avoided.
* input_common: Fix error with thread nameNarr the Reg2021-11-301-2/+1
|
* input_common: Move button names to the frontendgerman772021-11-251-8/+7
|
* input_common: Fix SDL controller with inverted axisgerman772021-11-251-23/+0
|
* kraken: Address comments from reviewgerman772021-11-251-1/+1
| | | | Fix compiler bug
* kraken: Address comments from reviewgerman772021-11-251-8/+8
| | | | start lion review
* input_common: Add multiple vibration curvesgerman772021-11-251-14/+19
|
* core/hid: Fix rumble too strong at 1%german772021-11-251-1/+19
|
* core/hid: Only signal when neededgerman772021-11-251-8/+14
|
* core/hid: Add output devicesgerman772021-11-251-2/+6
|
* input_common: Rewrite SDLgerman772021-11-251-0/+915