Rick Posted May 30, 2015 Posted May 30, 2015 Why would not calling window->Closed() cause the window to freeze and not respond to anything? Isn't this just when pressing the X button on a window? If it's fullscreen you shouldn't need this right? There must be some window updating going on in here which I don't think makes sense. If that's needed shouldn't we have a window->Update() or something? Quote
Josh Posted May 30, 2015 Posted May 30, 2015 All window query commands call an internal update function, although it is possible in the future this could vary by system. Fullscreen windows can still be closed with the Alt + F4 keyboard shortcut, so you should always check for this. Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Rick Posted May 30, 2015 Author Posted May 30, 2015 Seems misleading in description to what it does to me, but OK. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.