mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
+1
-1
@@ -167,7 +167,7 @@ typedef struct _GLFWlibraryX11
|
||||
// Clipboard string (while the selection is owned)
|
||||
char* clipboardString;
|
||||
// Key name string
|
||||
char keyName[64];
|
||||
char keyName[5];
|
||||
// X11 keycode to GLFW key LUT
|
||||
short int keycodes[256];
|
||||
// GLFW key to X11 keycode LUT
|
||||
|
||||
Reference in New Issue
Block a user