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:
@@ -172,7 +172,6 @@ typedef struct _GLFWwindow
|
||||
int wheelPos;
|
||||
char mouseButton[GLFW_MOUSE_BUTTON_LAST + 1];
|
||||
char key[GLFW_KEY_LAST + 1];
|
||||
int lastChar;
|
||||
|
||||
// Framebuffer attributes
|
||||
int redBits;
|
||||
|
||||
Reference in New Issue
Block a user