mirror of
https://github.com/glfw/glfw.git
synced 2026-02-21 06:33:03 +01:00
Added refresh event on backing property change.
This commit is contained in:
@@ -453,6 +453,7 @@ static int translateKey(unsigned int key)
|
||||
const NSRect fbRect = convertRectToBacking(window, contentRect);
|
||||
|
||||
_glfwInputFramebufferSize(window, fbRect.size.width, fbRect.size.height);
|
||||
_glfwInputWindowDamage(window);
|
||||
}
|
||||
|
||||
- (void)updateTrackingAreas
|
||||
|
||||
Reference in New Issue
Block a user