Add HidDriver base and small HidGLFW driver

This commit is contained in:
2026-04-03 14:12:42 +02:00
parent 8215baac99
commit 5bc8046ebe
12 changed files with 448 additions and 124 deletions
+1
View File
@@ -72,6 +72,7 @@ void DesktopOS::Init() {
}
#endif
glfwSwapInterval(1);
PD::Hid::UseDriver<HidGlfw>(impl->win);
}
void DesktopOS::Deinit() {