Implement RemapButton feature
Many changes were made here, too many to list here.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user