mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 10:48:51 -05: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