Merge branch 'main' into update-gfx-pipeline

This commit is contained in:
MihailRis
2025-06-30 21:30:16 +03:00
8 changed files with 68 additions and 11 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ public:
callbacks->second.notify();
}
}
if (pressed) {
if (pressed && key < MOUSE_KEYS_OFFSET) {
pressedKeys.push_back(static_cast<Keycode>(key));
}
}