mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-29 22:46:08 -04:00
Maintain a list of created virtual controllers in the OpenRGBPluginAPI object and only allow registering virtual controllers that exist in this list
This commit is contained in:
@@ -67,6 +67,7 @@ public:
|
||||
/*-----------------------------------------------------*\
|
||||
| RGBControllers registered by plugin |
|
||||
\*-----------------------------------------------------*/
|
||||
std::vector<RGBController*> created_controllers;
|
||||
std::vector<RGBController*> rgb_controllers;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user