Tao.Sdl SDK Documentation

Sdl.SDL_Quit Method 

Shuts down SDL.

[Visual Basic]
Public Shared Sub SDL_Quit()
[C#]
public static void SDL_Quit();

Remarks

SDL_Quit shuts down all SDL subsystems and frees the resources allocated to them. This should always be called before you exit.

Binds to C-function call in SDL.h:

extern DECLSPEC void SDLCALL SDL_Quit(void)

See Also

Sdl Class | Tao.Sdl Namespace | SDL_Init | SDL_QuitSubSystem