Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_common/input_mapping: Add missing includes | Lioncash | 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 | Lioncash | 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 | Lioncash | 2021-12-14 | 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 | german77 | 2021-11-25 | 1 | -0/+7 |
| | |||||
* | input_common: Create input poller and mapping | german77 | 2021-11-25 | 1 | -0/+76 |