summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-14input/SDL: Update SDL hintsValeri1-3/+4
2021-12-13tas_input: Avoid minor copies in Read/WriteCommandButtons()Lioncash1-2/+2
2021-12-13tas_input: Remove unnecessary semicolonLioncash1-1/+1
2021-12-13tas_input: Execute clear() even if emptyLioncash1-3/+2
2021-12-13tas_input: Remove unnecessary includesLioncash1-2/+2
2021-12-13tas_input: std::move strings into vectorLioncash1-21/+24
2021-12-13tas_input: Use istringstream over stringstreamLioncash1-2/+2
2021-12-13tas_input: Use u8string_view instead of u8stringLioncash2-6/+7
2021-12-13tas_input: Remove unused std::smatch variableLioncash1-2/+0
2021-12-13tas_input: Amend -Wdocumentation warningsLioncash2-28/+30
2021-12-13tas_input: Make TasAxes enum an enum classLioncash2-5/+14
2021-12-13input_engine: Take BasicMotion by const reference with SetMotion() and TriggerOnMotionChange()Lioncash1-2/+2
2021-12-13input_engine: Pass VibrationStatus by const reference in SetRumble()Lioncash4-6/+8
2021-12-13input_engine: std::move engine name where applicableLioncash14-28/+28
2021-11-30input_common: Fix error with thread nameNarr the Reg1-2/+1
2021-11-26input_common: Fully implement UDP controllersNarr the Reg2-8/+254
2021-11-25input_common: Move button names to the frontendgerman776-33/+35
2021-11-25input_common: Fix SDL controller with inverted axisgerman771-23/+0
2021-11-25kraken: Address comments from reviewgerman7710-23/+11
2021-11-25core/hid: Improve accuary of mouse implementationgerman772-8/+14
2021-11-25core/hid: Fully implement native mousegerman772-6/+32
2021-11-25input_common: Allow keyboard to be backwards compatiblegerman772-14/+52
2021-11-25core/hid: Improve accuracy of the keyboard implementationgerman772-4/+56
2021-11-25core/hid: Prevent Emulated controller from flapping with multiple inputs devicesgerman772-23/+12
2021-11-25second commit lion reviewgerman776-19/+18
2021-11-25settings: Fix Debug controller type optionsgerman771-1/+0
2021-11-25kraken: Address comments from reviewgerman777-23/+23
2021-11-25input_common: Revert deleted TAS functionsgerman772-18/+19
2021-11-25input_common: Fix GC adapter initializationgerman771-12/+12
2021-11-25input_common: Fix UDP uuidgerman772-1/+11
2021-11-25input_common: Add multiple vibration curvesgerman771-14/+19
2021-11-25settings: Fix mouse and keyboard mappingsgerman772-1/+17
2021-11-25kraken: Address comments from reviewgerman772-2/+4
2021-11-25service/hid: Fix gesture inputgerman772-2/+29
2021-11-25core/hid: Fix rumble too strong at 1%german771-1/+19
2021-11-25core/hid: Only signal when neededgerman775-23/+84
2021-11-25kraken: Fix errors from rebase and format filesgerman773-3/+4
2021-11-25core/hid: Add output devicesgerman774-6/+14
2021-11-25input_common: Rewrite SDLgerman772-0/+1035
2021-11-25input_common: Rewrite udp clientgerman772-0/+491
2021-11-25input_common: Rewrite gc_adaptergerman774-0/+1131
2021-11-25input_common: Rewrite touchgerman772-0/+97
2021-11-25input_common: Rewrite mousegerman772-0/+215
2021-11-25input_common: Rewrite keyboardgerman772-0/+79