Function SDL_RestoreWindow

pub unsafe extern "C" fn SDL_RestoreWindow(window: *mut SDL_Window)
Available on crate feature dep_sdl2 only.
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