mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Renamed X11 keysym to Unicode conversion file.
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ static int translateChar(XKeyEvent* event)
|
||||
// Get X11 keysym
|
||||
XLookupString(event, NULL, 0, &keysym, NULL);
|
||||
|
||||
// Convert to Unicode (see x11_keysym2unicode.c)
|
||||
// Convert to Unicode (see x11_unicode.c)
|
||||
return (int) _glfwKeySym2Unicode(keysym);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user