zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_quit.c File Reference
#include "SDL_config.h"
#include "SDL_events.h"
#include "SDL_events_c.h"

Go to the source code of this file.

Functions

int SDL_QuitInit (void)
 
void SDL_QuitQuit (void)
 
int SDL_SendQuit (void)
 

Function Documentation

int SDL_QuitInit ( void  )

Definition at line 47 of file SDL_quit.c.

References int, and NULL.

Referenced by SDL_InitSubSystem().

void SDL_QuitQuit ( void  )

Definition at line 87 of file SDL_quit.c.

References int, and NULL.

Referenced by SDL_QuitSubSystem().

int SDL_SendQuit ( void  )

Definition at line 115 of file SDL_quit.c.

References SDL_QUIT, and SDL_SendAppEvent().

Referenced by SDL_SendWindowEvent().