Function SDL_VideoQuit
pub unsafe extern "C" fn SDL_VideoQuit()
Available on crate feature
dep_sdl2
only.Expand description
Shut down the video subsystem, if initialized with SDL_VideoInit().
This function closes all windows, and restores the original video mode.
\since This function is available since SDL 2.0.0.
\sa SDL_VideoInit