CMMonitor driver udpates

This commit is contained in:
morg
2023-09-22 15:37:01 +02:00
committed by Adam Honse
parent e83ca276c0
commit 46a8c06bfe
2 changed files with 35 additions and 89 deletions

View File

@@ -52,6 +52,5 @@ private:
std::string location;
hid_device* dev;
bool software_mode_enabled = false;
void EnableSoftwareMode();
void DisableSoftwareMode();
void SetSoftwareModeEnabled(bool value);
};