Shut down the video subsystem, if initialized with SDL_VideoInit().
Defined in SDL_video.h
void SDL_VideoQuit(void);
This function closes all windows, and restores the original video mode.
This function is available since SDL 2.0.0.
CategoryAPI, CategoryAPIFunction, CategoryVideo