Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a single connection for UDP server, make connection test longer and check all pads instead of only the first one | german77 | 2021-03-31 | 1 | -20/+24 |
| | |||||
* | inputCommon: Use an unique client id for each socket instance | german | 2021-03-01 | 1 | -3/+3 |
| | |||||
* | udp/client: Define ClientData constructor/destructor in cpp file | Lioncash | 2021-02-09 | 1 | -0/+3 |
| | | | | | Prevents compilation errors on clang 12 due to incomplete types within a unique_ptr member. | ||||
* | Add mutitouch support for touch screens | german | 2021-01-15 | 1 | -4/+4 |
| | |||||
* | Allow to return up to 16 touch inputs per engine | german | 2021-01-15 | 1 | -5/+19 |
| | |||||
* | Add multiple udp server support | german | 2020-11-26 | 1 | -16/+24 |
| | |||||
* | udp/client: Take std::function by const reference with TestCommunication() | Lioncash | 2020-10-16 | 1 | -2/+2 |
| | | | | Avoids redundant copies. | ||||
* | input_common/CMakeLists: Make some warnings errors | Lioncash | 2020-10-16 | 1 | -7/+7 |
| | | | | | Makes the input_common code warnings consistent with the rest of the codebase. | ||||
* | Add cemu hook changes related to PR #4609 | german | 2020-09-05 | 1 | -7/+67 |
| | |||||
* | Remove RealMotionDevice | german | 2020-09-05 | 1 | -1/+2 |
| | |||||
* | input_common/udp: Remove unnecessary inclusions | Lioncash | 2020-02-03 | 1 | -1/+0 |
| | |||||
* | Address second part of review comments | FearlessTobi | 2020-01-23 | 1 | -2/+2 |
| | |||||
* | Address review comments | FearlessTobi | 2020-01-23 | 1 | -4/+4 |
| | |||||
* | Input: UDP Client to provide motion and touch controls | fearlessTobi | 2020-01-23 | 1 | -0/+96 |
An implementation of the cemuhook motion/touch protocol, this adds the ability for users to connect several different devices to citra to send direct motion and touch data to citra. Co-Authored-By: jroweboy <jroweboy@gmail.com> |