Add Hid3DS

This commit is contained in:
2026-09-06 14:21:30 +02:00
parent 4488425a94
commit 42c669de55
7 changed files with 108 additions and 4 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ HidGlfw::HidGlfw(GLFWwindow* win) : HidDriver("HidGlfw") {
}
}
HidGlfw::~HidGlfw() {}
HidGlfw::~HidGlfw() { delete impl; }
void HidGlfw::Update() {
HidDriver::Update(); // clear stats