@@ -3454,6 +3454,10 @@ void SDL_DestroyWindow(SDL_Window *window)
_this->DestroyWindow(_this, window);
}
+ if (_this->grabbed_window == window) {
+ _this->grabbed_window = NULL; /* ungrabbing input. */
+ }
+
/* Now invalidate magic */
window->magic = NULL;