Wayland: Fix text input not following key repeat

The manual key repeat implementation did not call text input.
This commit is contained in:
Camilla Löwy
2021-12-30 21:09:23 +01:00
parent bf99587005
commit 1a7da42e6e
4 changed files with 6 additions and 2 deletions

View File

@@ -495,4 +495,5 @@ GLFWbool _glfwGetGammaRampWayland(_GLFWmonitor* monitor, GLFWgammaramp* ramp);
void _glfwSetGammaRampWayland(_GLFWmonitor* monitor, const GLFWgammaramp* ramp);
void _glfwAddOutputWayland(uint32_t name, uint32_t version);
GLFWbool _glfwInputTextWayland(_GLFWwindow* window, uint32_t scancode);