parent
91d94f262c
commit
5c4462281e
@ -1689,8 +1689,8 @@ int _glfwPlatformWindowHovered(_GLFWwindow* window)
|
||||
return GLFW_FALSE;
|
||||
}
|
||||
|
||||
return NSPointInRect(point,
|
||||
[window->ns.object convertRectToScreen:[window->ns.view bounds]]);
|
||||
return NSMouseInRect(point,
|
||||
[window->ns.object convertRectToScreen:[window->ns.view frame]], NO);
|
||||
}
|
||||
|
||||
int _glfwPlatformFramebufferTransparent(_GLFWwindow* window)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user