input_common: Move touch and analog from button. Move udp protocol

This commit is contained in:
german77 2021-09-20 16:57:55 -05:00 committed by Narr the Reg
parent 854c933716
commit 4c6f2c2547
10 changed files with 173 additions and 133 deletions

View file

@ -11,7 +11,7 @@
#include "common/logging/log.h"
#include "common/settings.h"
#include "input_common/udp/client.h"
#include "input_common/udp/protocol.h"
#include "input_common/helpers/udp_protocol.h"
using boost::asio::ip::udp;