mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Removed remnants of Unicode key repeat control.
This commit is contained in:
@@ -121,9 +121,6 @@ void _glfwClearInput(_GLFWwindow* window)
|
||||
for (i = 0; i <= GLFW_KEY_LAST; i++)
|
||||
window->key[i] = GLFW_RELEASE;
|
||||
|
||||
// Clear last character
|
||||
window->lastChar = 0;
|
||||
|
||||
// Release all mouse buttons
|
||||
for (i = 0; i <= GLFW_MOUSE_BUTTON_LAST; i++)
|
||||
window->mouseButton[i] = GLFW_RELEASE;
|
||||
|
||||
Reference in New Issue
Block a user