summaryrefslogtreecommitdiffstats
path: root/src/input_common/input_mapping.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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_common/input_mapping: Add missing includesLioncash2022-01-241-0/+6
| | | | 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_mapping: Amend specification of parametersLioncash2021-12-141-14/+14
| | | | | | | param tags are supposed to specify the parameter name without any quoting. Silences several -Wdocumentation warnings.
* input_common: Allow keyboard to be backwards compatiblegerman772021-11-251-0/+7
|
* input_common: Create input poller and mappinggerman772021-11-251-0/+76