mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
parent
6d2003d07a
commit
1095a43708
@ -244,7 +244,8 @@ GLFWAPI GLFWwindow* glfwCreateWindow(int width, int height,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_glfwPlatformSetWindowMousePassthrough(window, wndconfig.mousePassthrough);
|
if (wndconfig.mousePassthrough)
|
||||||
|
_glfwPlatformSetWindowMousePassthrough(window, GLFW_TRUE);
|
||||||
|
|
||||||
return (GLFWwindow*) window;
|
return (GLFWwindow*) window;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user