summaryrefslogtreecommitdiff
path: root/src/input_common/input_mapping.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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_common/input_mapping: Add missing includesGravatar Lioncash2022-01-241-0/+6
| | | | 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_mapping: Amend specification of parametersGravatar Lioncash2021-12-131-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 compatibleGravatar german772021-11-241-0/+7
|
* input_common: Create input poller and mappingGravatar german772021-11-241-0/+76