This commit is contained in:
odinsbane 2015-08-07 14:55:26 +00:00
commit 622dc06e1e

View File

@ -885,6 +885,10 @@ static void processEvent(XEvent *event)
} }
else else
{ {
_glfwInputKey(window,
key, event->xkey.keycode,
GLFW_PRESS, mods);
const int count = XwcLookupString(window->x11.ic, const int count = XwcLookupString(window->x11.ic,
&event->xkey, &event->xkey,
buffer, sizeof(buffer), buffer, sizeof(buffer),