summaryrefslogtreecommitdiff
path: root/src/input_common (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-28input_common: sdl: lower vibration frequency and use it's own unique threadGravatar german772-1/+10
2022-06-13CMakeLists: Make variable shadowing a compile-time errorGravatar Morph1-1/+0
2022-06-06input_common: Replace usage of string guid to common uuidGravatar Narr the Reg2-33/+38
2022-05-23input_common: Make vibration request asyncGravatar Narr the Reg2-2/+33
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsGravatar german772-31/+110
2022-05-02Revert "gc_adapter: fix libusb import on GCC11.2"Gravatar Morph1-4/+0
2022-05-02gc_adapter: fix libusb import on GCC11.2Gravatar Levi Behunin1-0/+4
2022-04-28chore: add missing SPDX tagsGravatar Andrea Pappacoda2-6/+4
2022-04-26yuzu: config: Set default range to 95%Gravatar Narr the Reg1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph14-42/+28
2022-04-20input_common: Ignore boost uninitialized local variableGravatar Narr the Reg1-0/+9
2022-04-07input_common: Replace lock_guard with scoped_lockGravatar Merry2-29/+29
2022-03-21input_common: Map sticks correctly when mapped sidewaysGravatar Narr the Reg9-0/+108
2022-03-20input_common: Reduce unused includesGravatar ameerj4-4/+0
2022-02-06yuzu: Add auto center on right clickGravatar german772-4/+4
2022-02-06input_common: Remove battery duplicated struct and update every button pressGravatar german776-34/+27
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph10-24/+24
2022-02-05input/hid: Migrate to the new UUID implementationGravatar Morph12-37/+37
2022-02-03input_common: Remove unused core includeGravatar Morph1-1/+0
2022-02-02yuzu: ui: Improve battery symbolsGravatar Narr the Reg1-3/+2
2022-01-30input_common: Use attributes for analog range modifiersGravatar german771-4/+26
2022-01-30input_common: Add home and hard touch press buttons to UDP controllersGravatar german772-3/+16
2022-01-26input_common: Add DS5 to HD rumble listGravatar Narr the Reg1-2/+3
2022-01-24input_common/input_engine: Ensure PadIdentifier UUIDs have a valid initial stateGravatar Lioncash1-1/+1
2022-01-24input_common/input_mapping: Simplify UUID validity checksGravatar Lioncash1-3/+3
2022-01-24input_common/input_mapping: Add missing includesGravatar Lioncash2-1/+6
2022-01-24input_common/input_mapping: Remove const from return valueGravatar Lioncash4-4/+4
2022-01-24input_common/input_mapping: Default constructorGravatar Lioncash1-1/+1
2022-01-24input_common/main: Pass MappingData by const reference in callbacksGravatar Lioncash2-3/+3
2022-01-24input_common/udp_client: Replace deprecated from_string()/to_ulong() functionsGravatar Lioncash1-2/+2
2022-01-24input_common/udp_client: Prevent unnecessary string copiesGravatar Lioncash2-4/+4
2022-01-23input_common: Add option to configure gyro thresholdGravatar german771-4/+9
2022-01-17input_common: Report battery for UDP controllersGravatar Narr the Reg2-0/+25
2022-01-17input_common: nitpick about SetHatButton usageGravatar Valeri1-1/+1
2022-01-17input_common: fix copy-paste errorGravatar Valeri1-1/+1
2022-01-16input_common: Reintroduce motion from mouse and use button namesGravatar german773-1/+47
2022-01-16Xbox controller default name nit pickGravatar gidoly1-2/+2
2022-01-15Change default name for ps controllersGravatar gidoly1-0/+6
2022-01-08input_common: Handle errors on TAS scriptsGravatar german771-7/+24
2022-01-07input_common: Fix udp motion not automapping to both sidesGravatar german771-8/+16
2022-01-06yuzu: Add controller hotkeysGravatar german773-4/+7
2022-01-06input_common: Use accelerometer data for mappingGravatar german771-2/+10
2021-12-17[input_common] Move variable declaration closer to usageGravatar vperus1-2/+2
2021-12-14input/SDL: Update SDL hintsGravatar Valeri1-3/+4
2021-12-13common/input: Avoid numerous large copies of CallbackStatusGravatar Lioncash2-35/+51
2021-12-13input_poller: Add missing override specifiersGravatar Lioncash1-20/+19
2021-12-13input_mapping: Amend specification of parametersGravatar Lioncash1-14/+14
2021-12-13input_poller: Remove several unnecessary @param tagsGravatar Lioncash1-106/+106
2021-12-13tas_input: Avoid minor copies in Read/WriteCommandButtons()Gravatar Lioncash1-2/+2
2021-12-13tas_input: Remove unnecessary semicolonGravatar Lioncash1-1/+1