summaryrefslogtreecommitdiff
path: root/src/input_common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7581 from lioncash/input-ifaceGravatar Narr the Reg2021-12-143-55/+70
|\
| * common/input: Avoid numerous large copies of CallbackStatusGravatar Lioncash2021-12-132-35/+51
| * input_poller: Add missing override specifiersGravatar Lioncash2021-12-131-20/+19
* | Merge pull request #7577 from v1993/patch-2Gravatar Narr the Reg2021-12-141-3/+4
|\ \
| * | input/SDL: Update SDL hintsGravatar Valeri2021-12-141-3/+4
* | | input_mapping: Amend specification of parametersGravatar Lioncash2021-12-131-14/+14
* | | input_poller: Remove several unnecessary @param tagsGravatar Lioncash2021-12-131-106/+106
| |/ |/|
* | Merge pull request #7575 from lioncash/inputGravatar bunnei2021-12-1317-110/+107
|\ \
| * | input_engine: Fix typo in TriggerOnAxisChange() parameter nameGravatar Lioncash2021-12-131-1/+1
| * | input_engine: Simplify PreSet* family of functionsGravatar Lioncash2021-12-132-24/+14
| * | input_engine: Avoid redundant map lookupsGravatar Lioncash2021-12-131-16/+24
| * | input_engine: Remove left-over namespace qualifiersGravatar Lioncash2021-12-131-3/+3
| * | input_engine: Iterate by reference rather than by value where applicableGravatar Lioncash2021-12-131-10/+10
| * | input_engine: Take BasicMotion by const reference with SetMotion() and Trigge...Gravatar Lioncash2021-12-133-6/+7
| * | input_engine: std::move InputIdentifier in SetCallback()Gravatar Lioncash2021-12-131-1/+1
| * | input_engine: Pass LedStatus by const referenceGravatar Lioncash2021-12-132-2/+2
| * | input_engine: Pass VibrationStatus by const reference in SetRumble()Gravatar Lioncash2021-12-136-8/+10
| * | input_engine: std::move engine name where applicableGravatar Lioncash2021-12-1315-29/+29
| * | input_engine: Remove callback clearing in constructorGravatar Lioncash2021-12-131-3/+1
| * | input_engine: Remove unnecessary semi-colonsGravatar Lioncash2021-12-131-6/+6
| * | input_engine: Remove unnecessary returnGravatar Lioncash2021-12-131-3/+1
| |/
* | tas_input: Avoid minor copies in Read/WriteCommandButtons()Gravatar Lioncash2021-12-131-2/+2
* | tas_input: Remove unnecessary semicolonGravatar Lioncash2021-12-131-1/+1
* | tas_input: Execute clear() even if emptyGravatar Lioncash2021-12-131-3/+2
* | tas_input: Remove unnecessary includesGravatar Lioncash2021-12-131-2/+2
* | tas_input: std::move strings into vectorGravatar Lioncash2021-12-131-21/+24
* | tas_input: Use istringstream over stringstreamGravatar Lioncash2021-12-131-2/+2
* | tas_input: Use u8string_view instead of u8stringGravatar Lioncash2021-12-132-6/+7
* | tas_input: Remove unused std::smatch variableGravatar Lioncash2021-12-131-2/+0
* | tas_input: Amend -Wdocumentation warningsGravatar Lioncash2021-12-132-28/+30
* | tas_input: Make TasAxes enum an enum classGravatar Lioncash2021-12-132-5/+14
|/
* input_common: Fix error with thread nameGravatar Narr the Reg2021-11-291-2/+1
* input_common: Fully implement UDP controllersGravatar Narr the Reg2021-11-265-35/+334
* input_common: Move button names to the frontendGravatar german772021-11-2410-49/+55
* input_common: Fix SDL controller with inverted axisGravatar german772021-11-242-24/+8
* kraken: Address comments from reviewGravatar german772021-11-2412-26/+14
* core/hid: Improve accuary of mouse implementationGravatar german772021-11-242-8/+14
* core/hid: Fully implement native mouseGravatar german772021-11-242-6/+32
* input_common: Allow keyboard to be backwards compatibleGravatar german772021-11-246-26/+84
* core/hid: Improve accuracy of the keyboard implementationGravatar german772021-11-244-4/+68
* input_common: Fix motion from 3 axisGravatar german772021-11-241-0/+2
* core/hid: Prevent Emulated controller from flapping with multiple inputs devicesGravatar german772021-11-242-23/+12
* core/hid: Fully emulate motion from buttonGravatar german772021-11-242-1/+22
* second commit lion reviewGravatar german772021-11-247-21/+21
* settings: Fix Debug controller type optionsGravatar german772021-11-245-49/+52
* kraken: Address comments from reviewGravatar german772021-11-2415-223/+254
* input_common: Revert deleted TAS functionsGravatar german772021-11-242-18/+19
* input_common: Fix GC adapter initializationGravatar german772021-11-241-12/+12
* input_common: Fix UDP uuidGravatar german772021-11-242-1/+11
* input_common: Add multiple vibration curvesGravatar german772021-11-241-14/+19