This commit is contained in:
Kovid Goyal 2025-11-12 12:23:24 +05:30
parent 81f429d52b
commit 98e13787a9
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -558,6 +558,7 @@ - (void)cleanup {
- (BOOL)windowShouldClose:(id)sender
{
(void)sender;
if (window == nil) return YES;
_glfwInputWindowCloseRequest(window);
return NO;
}