mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-13 18:39:25 -04:00
Use HID path for Location on Logitech mouse controllers
This commit is contained in:
@@ -2,9 +2,15 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
LogitechG203LController::LogitechG203LController(hid_device* dev_handle)
|
||||
LogitechG203LController::LogitechG203LController(hid_device* dev_handle, const char* path)
|
||||
{
|
||||
dev = dev_handle;
|
||||
dev = dev_handle;
|
||||
location = path;
|
||||
}
|
||||
|
||||
std::string LogitechG203LController::GetDeviceLocation()
|
||||
{
|
||||
return(location);
|
||||
}
|
||||
|
||||
void LogitechG203LController::SendApply()
|
||||
|
||||
Reference in New Issue
Block a user