Use events instead of continous pinging

This commit is contained in:
PixlOne
2019-07-28 02:08:18 -04:00
parent 684f502b2e
commit b95cc60fd1
13 changed files with 366 additions and 291 deletions
+5 -4
View File
@@ -1,9 +1,10 @@
#ifndef LOGIOPS_ACTIONS_H
#define LOGIOPS_ACTIONS_H
#ifndef ACTIONS_H
#define ACTIONS_H
#include "Device.h"
#include <map>
#include <vector>
#include <hidpp20/IReprogControls.h>
#include "Device.h"
enum class Action
{
@@ -119,4 +120,4 @@ private:
int dpi_inc;
};
#endif //LOGIOPS_ACTIONS_H
#endif //ACTIONS_H