Add RescanDevices to plugin API

This commit is contained in:
Adam Honse
2026-04-09 23:19:19 -05:00
parent 0ba254e38f
commit e22e88d97d
3 changed files with 7 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ public:
bool GetDetectionEnabled();
unsigned int GetDetectionPercent();
std::string GetDetectionString();
void RescanDevices();
void WaitForDetection();
std::vector<RGBController*> & GetRGBControllers();