diff --git a/glfw/init.c b/glfw/init.c index a8ee84b92..21bd744c1 100644 --- a/glfw/init.c +++ b/glfw/init.c @@ -227,6 +227,7 @@ GLFWAPI int glfwInit(monotonic_t start_time) memset(&_glfw, 0, sizeof(_glfw)); _glfw.hints.init = _glfwInitHints; + _glfw.ignoreOSKeyboardProcessing = false; if (!_glfwPlatformInit()) {