summaryrefslogtreecommitdiff
path: root/src/input_common/helpers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Reduce unused includesGravatar ameerj2022-03-201-1/+0
|
* input_common: Remove unused core includeGravatar Morph2022-02-031-1/+0
|
* input_common: Use attributes for analog range modifiersGravatar german772022-01-301-4/+26
|
* Merge pull request #7302 from VPeruS/check-deadlockGravatar bunnei2021-12-171-8/+13
|\ | | | | [input_common] Fixed thread hang
| * [input_common] Add completion test for CalibrationConfigurationJobGravatar vperus2021-11-291-8/+13
| |
* | common/input: Avoid numerous large copies of CallbackStatusGravatar Lioncash2021-12-132-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 controllersGravatar Narr the Reg2021-11-261-22/+53
|
* core/hid: Fully emulate motion from buttonGravatar german772021-11-242-1/+22
|
* settings: Fix Debug controller type optionsGravatar german772021-11-241-2/+2
|
* kraken: Address comments from reviewGravatar german772021-11-244-50/+57
| | | | start lion review
* core/hid: Rework battery mappingsGravatar german772021-11-241-1/+1
|
* input_common: Add manual update options to input devicesGravatar german772021-11-242-0/+17
|
* kraken: Address comments from reviewGravatar german772021-11-241-1/+0
| | | | review fixes
* kraken: Fix errors from rebase and format filesGravatar german772021-11-243-7/+3
|
* core/hid: Add output devicesGravatar german772021-11-243-3/+7
|
* input_common: Move touch and analog from button. Move udp protocolGravatar german772021-11-246-0/+730