mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 21:30:57 +00:00
Merge d5d7365497
into 8a4e939a10
This commit is contained in:
commit
622dc06e1e
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user