summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/udp_client.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2022-03-22input_common: Map sticks correctly when mapped sidewaysNarr the Reg1-0/+2
2022-02-07input_common: Remove battery duplicated struct and update every button pressgerman771-1/+1
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-2/+2
2022-02-05input/hid: Migrate to the new UUID implementationMorph1-2/+2
2022-01-30input_common: Add home and hard touch press buttons to UDP controllersgerman771-1/+3
2022-01-24input_common/udp_client: Prevent unnecessary string copiesLioncash1-2/+2
2022-01-17input_common: Report battery for UDP controllersNarr the Reg1-0/+4
2021-12-13input_engine: std::move engine name where applicableLioncash1-3/+3
2021-11-26input_common: Fully implement UDP controllersNarr the Reg1-0/+56
2021-11-25input_common: Fix UDP uuidgerman771-0/+2
2021-11-25kraken: Address comments from reviewgerman771-2/+2
2021-11-25input_common: Rewrite udp clientgerman771-68/+12
2021-09-10input_common: Enable steam controllers and 8 player supportgerman771-2/+0
2021-03-31Use a single connection for UDP server, make connection test longer and check all pads instead of only the first onegerman771-20/+24
2021-03-01inputCommon: Use an unique client id for each socket instancegerman1-3/+3
2021-02-09udp/client: Define ClientData constructor/destructor in cpp fileLioncash1-0/+3
2021-01-15Add mutitouch support for touch screensgerman1-4/+4
2021-01-15Allow to return up to 16 touch inputs per enginegerman1-5/+19
2020-11-26Add multiple udp server supportgerman1-16/+24
2020-10-16udp/client: Take std::function by const reference with TestCommunication()Lioncash1-2/+2
2020-10-16input_common/CMakeLists: Make some warnings errorsLioncash1-7/+7
2020-09-05Add cemu hook changes related to PR #4609german1-7/+67
2020-09-05Remove RealMotionDevicegerman1-1/+2
2020-06-21Cleanup after linterAmeer1-2/+0
2020-06-21GC Adapter ImplementationAmeer1-0/+2
2020-02-03input_common/udp: Remove unnecessary inclusionsLioncash1-1/+0
2020-01-23Address second part of review commentsFearlessTobi1-2/+2
2020-01-23Address review commentsFearlessTobi1-4/+4
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi1-0/+96