mirror of
https://github.com/glfw/glfw
synced 2026-09-26 16:18:21 +03:00
Fix the lookup of XkbLookupKeySym, which has Sym capitalised for some reason, unlike XkbKeycodeToKeysym
This commit is contained in:
parent
9c0d487ff6
commit
80847e0e36
1 changed files with 1 additions and 1 deletions
|
|
@ -1499,7 +1499,7 @@ int _glfwInitX11(void)
|
|||
_glfw.x11.xkb.KeycodeToKeysym = (PFN_XkbKeycodeToKeysym)
|
||||
_glfwPlatformGetModuleSymbol(_glfw.x11.xlib.handle, "XkbKeycodeToKeysym");
|
||||
_glfw.x11.xkb.LookupKeysym = (PFN_XkbLookupKeysym)
|
||||
_glfwPlatformGetModuleSymbol(_glfw.x11.xlib.handle, "XkbLookupKeysym");
|
||||
_glfwPlatformGetModuleSymbol(_glfw.x11.xlib.handle, "XkbLookupKeySym");
|
||||
_glfw.x11.xkb.QueryExtension = (PFN_XkbQueryExtension)
|
||||
_glfwPlatformGetModuleSymbol(_glfw.x11.xlib.handle, "XkbQueryExtension");
|
||||
_glfw.x11.xkb.SelectEventDetails = (PFN_XkbSelectEventDetails)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue