Function sdl2_sys::SDL_VideoQuit

source ·
pub unsafe extern "C" fn SDL_VideoQuit()
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