Add interface for device features in logid::Device

This commit is contained in:
pixl
2020-06-24 02:05:05 -04:00
parent 1d001237ba
commit 152b9e6cfd
2 changed files with 17 additions and 0 deletions
+2
View File
@@ -21,6 +21,7 @@
#include "backend/hidpp/defs.h"
#include "backend/hidpp20/Device.h"
#include "features/DeviceFeature.h"
namespace logid
{
@@ -40,6 +41,7 @@ namespace logid
backend::hidpp20::Device _hidpp20;
std::string _path;
backend::hidpp::DeviceIndex _index;
std::vector<std::shared_ptr<features::DeviceFeature>> _features;
};
}