Function sdl2_sys::SDL_RestoreWindow
source ยท 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