mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
Added refresh event for resize on OS X.
This commit is contained in:
parent
ace0a8ef28
commit
b0ae7a6957
@ -80,6 +80,7 @@ static void resetMouseCursor(_GLFWwindow *window)
|
||||
int width, height;
|
||||
_glfwPlatformGetWindowSize(window, &width, &height);
|
||||
_glfwInputWindowSize(window, width, height);
|
||||
_glfwInputWindowDamage(window);
|
||||
|
||||
resetMouseCursor(window);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user