Create features::UnsupportedFeature exception
Creates an abstraction layer for hidpp10/hidpp20/etc. UnsupportedFeature exceptions.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user