summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/udp_client.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Map sticks correctly when mapped sidewaysGravatar Narr the Reg2022-03-211-0/+2
|
* Merge pull request #7859 from german77/battery_againGravatar bunnei2022-02-241-1/+1
|\ | | | | input_common: Remove battery duplicated struct and update every button press
| * input_common: Remove battery duplicated struct and update every button pressGravatar german772022-02-061-1/+1
| |
* | general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-051-2/+2
| | | | | | | | This completes the removal of the old UUID implementation.
* | input/hid: Migrate to the new UUID implementationGravatar Morph2022-02-051-2/+2
|/
* input_common: Add home and hard touch press buttons to UDP controllersGravatar german772022-01-301-1/+3
|
* input_common/udp_client: Prevent unnecessary string copiesGravatar Lioncash2022-01-241-2/+2
| | | | | We can also remove some redundant const on the return values, since these don't do anything
* input_common: Report battery for UDP controllersGravatar Narr the Reg2022-01-171-0/+4
|
* input_engine: std::move engine name where applicableGravatar Lioncash2021-12-131-3/+3
| | | | | We can allow the name to be moved into, allowing allocations to be avoided.
* input_common: Fully implement UDP controllersGravatar Narr the Reg2021-11-261-0/+56
|
* input_common: Fix UDP uuidGravatar german772021-11-241-0/+2
|
* kraken: Address comments from reviewGravatar german772021-11-241-2/+2
| | | | review fixes
* input_common: Rewrite udp clientGravatar german772021-11-241-0/+127