Fixed bug where mouse would not reconfigure

This commit is contained in:
PixlOne
2019-08-17 19:58:00 -04:00
parent b55db6777e
commit 8d2ae4c3c4
7 changed files with 80 additions and 76 deletions
+2
View File
@@ -18,10 +18,12 @@ class Device
{
public:
Device(std::string p, const HIDPP::DeviceIndex i);
~Device();
std::string name;
void configure();
void reset();
void press_button(uint16_t cid);
void release_button(uint16_t cid);