pub unsafe extern "C" fn SDL_RestoreWindow(window: *mut SDL_Window)
Expand description

Restore the size and position of a minimized or maximized window.

\param window the window to restore

\since This function is available since SDL 2.0.0.

\sa SDL_MaximizeWindow \sa SDL_MinimizeWindow