summaryrefslogtreecommitdiff
path: root/src/input_common/input_mapping.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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