[WIP] Add optional HID device hotplug support (requires hidapi hotplug support)

This commit is contained in:
Adam Honse
2026-01-14 19:33:18 -06:00
parent 3394ad8d94
commit 107eaaf560
28 changed files with 1209 additions and 94 deletions

View File

@@ -28,7 +28,7 @@ HyperXMousematController::~HyperXMousematController()
std::string HyperXMousematController::GetDeviceLocation()
{
return("HID " + location);
return("HID: " + location);
}
std::string HyperXMousematController::GetNameString()