summaryrefslogtreecommitdiff
path: root/src/input_common/udp/client.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* udp/client: Define ClientData constructor/destructor in cpp fileGravatar Lioncash2021-02-091-0/+3
* Add mutitouch support for touch screensGravatar german2021-01-151-4/+4
* Allow to return up to 16 touch inputs per engineGravatar german2021-01-151-5/+19
* Add multiple udp server supportGravatar german2020-11-251-16/+24
* udp/client: Take std::function by const reference with TestCommunication()Gravatar Lioncash2020-10-161-2/+2
* input_common/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-151-7/+7
* Add cemu hook changes related to PR #4609Gravatar german2020-09-041-7/+67
* Remove RealMotionDeviceGravatar german2020-09-041-1/+2
* input_common/udp: Remove unnecessary inclusionsGravatar Lioncash2020-02-031-1/+0
* Address second part of review commentsGravatar FearlessTobi2020-01-231-2/+2
* Address review commentsGravatar FearlessTobi2020-01-231-4/+4
* Input: UDP Client to provide motion and touch controlsGravatar fearlessTobi2020-01-231-0/+96