mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 07:05:49 +00:00
Wayland: Fix text input not following key repeat
The manual key repeat implementation did not call text input.
(cherry picked from commit 1a7da42e6e)
This commit is contained in:
@@ -883,6 +883,8 @@ static void handleEvents(int timeout)
|
||||
_glfw.wl.keyboardLastScancode,
|
||||
GLFW_PRESS,
|
||||
_glfw.wl.xkb.modifiers);
|
||||
_glfwInputTextWayland(_glfw.wl.keyboardFocus,
|
||||
_glfw.wl.keyboardLastScancode);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user