Ensure ignoreOSKeyboardProcessing is initialized
This commit is contained in:
parent
ca4840717b
commit
c6ecdf0fa4
1
glfw/init.c
vendored
1
glfw/init.c
vendored
@ -227,6 +227,7 @@ GLFWAPI int glfwInit(monotonic_t start_time)
|
|||||||
|
|
||||||
memset(&_glfw, 0, sizeof(_glfw));
|
memset(&_glfw, 0, sizeof(_glfw));
|
||||||
_glfw.hints.init = _glfwInitHints;
|
_glfw.hints.init = _glfwInitHints;
|
||||||
|
_glfw.ignoreOSKeyboardProcessing = false;
|
||||||
|
|
||||||
if (!_glfwPlatformInit())
|
if (!_glfwPlatformInit())
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user