Implement RemapButton feature

Many changes were made here, too many to list here.
This commit is contained in:
pixl
2020-07-05 02:55:46 -04:00
parent 0b87d3c664
commit 5bf5dc75b5
21 changed files with 765 additions and 104 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ namespace logid
{
public:
explicit DeviceNotFound(std::string name);
virtual const char* what();
const char* what() const noexcept override;
private:
std::string _name;
};