Create features::UnsupportedFeature exception

Creates an abstraction layer for hidpp10/hidpp20/etc. UnsupportedFeature
exceptions.
This commit is contained in:
pixl
2020-07-18 21:15:39 -04:00
parent 0928b39e03
commit 82ff2bdf38
9 changed files with 55 additions and 26 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ namespace features
uint8_t _mask;
};
private:
backend::hidpp20::HiresScroll _hires_scroll;
std::shared_ptr<backend::hidpp20::HiresScroll> _hires_scroll;
Config _config;
};
}}