Handle keys returned by IBUS

This commit is contained in:
Kovid Goyal
2018-07-11 16:19:03 +05:30
parent 56063b283e
commit c6c6a18375
7 changed files with 196 additions and 147 deletions

2
glfw/wl_init.c vendored
View File

@@ -308,7 +308,7 @@ static void pointerHandleButton(void* data,
state == WL_POINTER_BUTTON_STATE_PRESSED
? GLFW_PRESS
: GLFW_RELEASE,
_glfw.wl.xkb.modifiers);
_glfw.wl.xkb.states.modifiers);
}
static void pointerHandleAxis(void* data,