SDL_Quit

» Name

SDL_Quit -- Shuts Down SDL

» Synopsis

module "/pliant/SDL/SDL.pli"

function SDL_Quit 
 external "libSDL.so" "SDL_Quit"

  

» Description

SDL_Quit shuts down all SDL subsystems and frees the resources allocated to them. This should always be called before you exit. You should use SDL_Quit in your own clean-up code.

» See Also

SDL_Init

*Parts extracted and reproduced from official SDL documentation copyrighted by Sam Lantinga, also author of SDL.