summaryrefslogtreecommitdiffstats
path: root/src/input_common/input_mapping.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Add experimental motion to buttongerman772023-05-061-0/+3
|
* input_common: Increase mouse sensitivity rangegerman772023-03-081-0/+1
|
* input_common: Implement dedicated motion from mouseNarr the Reg2023-02-221-7/+3
|
* input_common: Split mouse input into individual devicesNarr the Reg2023-02-161-0/+4
|
* yuzu: Read mouse wheel inputNarr the Reg2023-01-111-1/+1
|
* input_common: Cleanup projectgerman772022-12-181-6/+0
|
* general: Convert source file copyright comments over to SPDXMorph2022-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 implementationMorph2022-02-051-3/+3
|
* input_common/input_mapping: Simplify UUID validity checksLioncash2022-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 includesLioncash2022-01-241-1/+0
| | | | Ensures that the class always sees the types it needs.
* input_common/input_mapping: Remove const from return valueLioncash2022-01-241-1/+1
| | | | | Top-level const on a return by value can inhibit move semantics, and is unnecessary.
* input_common/input_mapping: Default constructorLioncash2022-01-241-1/+1
|
* input_common: Reintroduce motion from mouse and use button namesgerman772022-01-171-0/+13
|
* input_common: Fully implement UDP controllersNarr the Reg2021-11-261-0/+6
|
* input_common: Move button names to the frontendgerman772021-11-251-0/+5
|
* input_common: Allow keyboard to be backwards compatiblegerman772021-11-251-0/+25
|
* input_common: Create input poller and mappinggerman772021-11-251-0/+171