fix InputBindBox

This commit is contained in:
MihailRis 2025-06-30 20:59:17 +03:00
parent 2e181259d7
commit 7c976a573b

View File

@ -228,7 +228,7 @@ public:
callbacks->second.notify(); callbacks->second.notify();
} }
} }
if (pressed) { if (pressed && key < MOUSE_KEYS_OFFSET) {
pressedKeys.push_back(static_cast<Keycode>(key)); pressedKeys.push_back(static_cast<Keycode>(key));
} }
} }