summaryrefslogtreecommitdiffstats
path: root/src/input_common/helpers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Ignore boost uninitialized local variableNarr the Reg2022-04-211-0/+9
|
* input_common: Reduce unused includesameerj2022-03-201-1/+0
|
* input_common: Remove unused core includeMorph2022-02-041-1/+0
|
* input_common: Use attributes for analog range modifiersgerman772022-01-311-4/+26
|
* Merge pull request #7302 from VPeruS/check-deadlockbunnei2021-12-181-8/+13
|\ | | | | [input_common] Fixed thread hang
| * [input_common] Add completion test for CalibrationConfigurationJobvperus2021-11-291-8/+13
| |
* | common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-142-35/+51
|/ | | | | | | | | CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying.
* input_common: Fully implement UDP controllersNarr the Reg2021-11-261-22/+53
|
* core/hid: Fully emulate motion from buttongerman772021-11-252-1/+22
|
* settings: Fix Debug controller type optionsgerman772021-11-251-2/+2
|
* kraken: Address comments from reviewgerman772021-11-254-50/+57
| | | | start lion review
* core/hid: Rework battery mappingsgerman772021-11-251-1/+1
|
* input_common: Add manual update options to input devicesgerman772021-11-252-0/+17
|
* kraken: Address comments from reviewgerman772021-11-251-1/+0
| | | | review fixes
* kraken: Fix errors from rebase and format filesgerman772021-11-253-7/+3
|
* core/hid: Add output devicesgerman772021-11-253-3/+7
|
* input_common: Move touch and analog from button. Move udp protocolgerman772021-11-256-0/+730