GLFW: Move management of shared state to shared code

From upstream: 6d2003d07a.
This commit is contained in:
Luflosi
2020-07-16 23:54:16 +02:00
parent d7cd6edaa5
commit 805921d6a3
4 changed files with 14 additions and 17 deletions

View File

@@ -1856,7 +1856,6 @@ void _glfwPlatformSetWindowFloating(_GLFWwindow* window, bool enabled)
void _glfwPlatformSetWindowMousePassthrough(_GLFWwindow* window, bool enabled)
{
window->mousePassthrough = enabled;
[window->ns.object setIgnoresMouseEvents:enabled];
}