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
@@ -86,7 +86,7 @@ Configuration::DeviceNotFound::DeviceNotFound(std::string name) :
{
}
const char * Configuration::DeviceNotFound::what()
const char * Configuration::DeviceNotFound::what() const noexcept
{
return _name.c_str();
}