mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-16 11:56:56 -04:00
Store name in HyperXMouseControllers to avoid setting it in detectors
This commit is contained in:
@@ -23,10 +23,11 @@ enum
|
||||
class HyperXPulsefireFPSProController
|
||||
{
|
||||
public:
|
||||
HyperXPulsefireFPSProController(hid_device* dev_handle, const char* path);
|
||||
HyperXPulsefireFPSProController(hid_device* dev_handle, const char* path, std::string dev_name);
|
||||
~HyperXPulsefireFPSProController();
|
||||
|
||||
std::string GetDeviceLocation();
|
||||
std::string GetNameString();
|
||||
std::string GetSerialString();
|
||||
|
||||
void SendDirect
|
||||
@@ -37,4 +38,5 @@ public:
|
||||
private:
|
||||
hid_device* dev;
|
||||
std::string location;
|
||||
std::string name;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user