diff options
Diffstat (limited to 'src/input_common/drivers/udp_client.cpp')
| -rw-r--r-- | src/input_common/drivers/udp_client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input_common/drivers/udp_client.cpp b/src/input_common/drivers/udp_client.cpp index f0c0a6b8b..192ab336b 100644 --- a/src/input_common/drivers/udp_client.cpp +++ b/src/input_common/drivers/udp_client.cpp | |||
| @@ -268,6 +268,8 @@ void UDPClient::OnPadData(Response::PadData data, std::size_t client) { | |||
| 268 | SetButton(identifier, touch_id, true); | 268 | SetButton(identifier, touch_id, true); |
| 269 | continue; | 269 | continue; |
| 270 | } | 270 | } |
| 271 | SetAxis(identifier, touch_id * 2, 0); | ||
| 272 | SetAxis(identifier, touch_id * 2 + 1, 0); | ||
| 271 | SetButton(identifier, touch_id, false); | 273 | SetButton(identifier, touch_id, false); |
| 272 | } | 274 | } |
| 273 | } | 275 | } |