fix InputBindBox
This commit is contained in:
@@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user