Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SDL_QuitSubSystem(3)		SDL API Reference	    SDL_QuitSubSystem(3)

NAME
     SDL_QuitSubSystem - Shut down a subsystem

SYNOPSIS
     #include "SDL.h"

     void SDL_QuitSubSystem(Uint32 flags);

DESCRIPTION
     SDL_QuitSubSystem	allows you to shut down a subsystem that has been previ-
     ously  initialized  by  SDL_Init  or  SDL_InitSubSystem.  The  flags  tells
     SDL_QuitSubSystem	which  subsystems  to shut down, it uses the same values
     that are passed to SDL_Init.

SEE ALSO
     SDL_Quit, SDL_Init, SDL_InitSubSystem

SDL			     Tue 11 Sep 2001, 23:00	    SDL_QuitSubSystem(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SDL_QuitSubSystem&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help