summaryrefslogtreecommitdiff
path: root/src/input_common/input_mapping.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Add android input engineGravatar Narr the Reg2024-01-171-0/+3
|
* input_common: Add experimental motion to buttonGravatar german772023-05-051-0/+3
|
* input_common: Increase mouse sensitivity rangeGravatar german772023-03-071-0/+1
|
* input_common: Implement dedicated motion from mouseGravatar Narr the Reg2023-02-211-7/+3
|
* input_common: Split mouse input into individual devicesGravatar Narr the Reg2023-02-161-0/+4
|
* yuzu: Read mouse wheel inputGravatar Narr the Reg2023-01-101-1/+1
|
* input_common: Cleanup projectGravatar german772022-12-181-6/+0
|
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* input/hid: Migrate to the new UUID implementationGravatar Morph2022-02-051-3/+3
|
* input_common/input_mapping: Simplify UUID validity checksGravatar Lioncash2022-01-241-3/+3
| | | | | Makes the checks a little more intuitive to read and doesn't construct an extra UUID instance
* input_common/input_mapping: Add missing includesGravatar Lioncash2022-01-241-1/+0
| | | | Ensures that the class always sees the types it needs.
* input_common/input_mapping: Remove const from return valueGravatar Lioncash2022-01-241-1/+1
| | | | | Top-level const on a return by value can inhibit move semantics, and is unnecessary.
* input_common/input_mapping: Default constructorGravatar Lioncash2022-01-241-1/+1
|
* input_common: Reintroduce motion from mouse and use button namesGravatar german772022-01-161-0/+13
|
* input_common: Fully implement UDP controllersGravatar Narr the Reg2021-11-261-0/+6
|
* input_common: Move button names to the frontendGravatar german772021-11-241-0/+5
|
* input_common: Allow keyboard to be backwards compatibleGravatar german772021-11-241-0/+25
|
* input_common: Create input poller and mappingGravatar german772021-11-241-0/+171