| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | input_common/input_mapping: Add missing includes | 2022-01-24 | 1 | -0/+6 | |
| | | | | | Ensures that the class always sees the types it needs. | ||||
| * | input_common/input_mapping: Remove const from return value | 2022-01-24 | 1 | -1/+1 | |
| | | | | | | Top-level const on a return by value can inhibit move semantics, and is unnecessary. | ||||
| * | input_mapping: Amend specification of parameters | 2021-12-13 | 1 | -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 compatible | 2021-11-24 | 1 | -0/+7 | |
| | | |||||
| * | input_common: Create input poller and mapping | 2021-11-24 | 1 | -0/+76 | |