SDL
2.0
|
#include "../SDL_internal.h"
#include "SDL_hints.h"
#include "SDL_assert.h"
#include "SDL_events.h"
#include "SDL_events_c.h"
Go to the source code of this file.
Functions | |
static void | SDL_HandleSIG (int sig) |
static int | SDL_QuitInit_Internal (void) |
int | SDL_QuitInit (void) |
static void | SDL_QuitQuit_Internal (void) |
void | SDL_QuitQuit (void) |
int | SDL_SendQuit (void) |
void | SDL_SendPendingQuit (void) |
Variables | |
static SDL_bool | disable_signals = SDL_FALSE |
static SDL_bool | send_quit_pending = SDL_FALSE |
|
static |
Definition at line 39 of file SDL_quit.c.
References SDL_TRUE, and send_quit_pending.
Referenced by SDL_QuitInit_Internal(), and SDL_QuitQuit_Internal().
int SDL_QuitInit | ( | void | ) |
Definition at line 92 of file SDL_quit.c.
References SDL_FALSE, SDL_GetHintBoolean, SDL_HINT_NO_SIGNAL_HANDLERS, and SDL_QuitInit_Internal().
Referenced by SDL_InitSubSystem().
|
static |
Definition at line 52 of file SDL_quit.c.
References NULL, SDL_HandleSIG(), and void.
Referenced by SDL_QuitInit().
Definition at line 128 of file SDL_quit.c.
References disable_signals, and SDL_QuitQuit_Internal().
Referenced by SDL_QuitSubSystem().
Definition at line 101 of file SDL_quit.c.
References NULL, SDL_HandleSIG(), and void.
Referenced by SDL_QuitQuit().
Definition at line 144 of file SDL_quit.c.
References SDL_assert, SDL_SendQuit(), and send_quit_pending.
Referenced by SDL_PumpEvents().
int SDL_SendQuit | ( | void | ) |
Definition at line 137 of file SDL_quit.c.
References SDL_FALSE, SDL_QUIT, SDL_SendAppEvent(), and send_quit_pending.
Referenced by SDL_SendPendingQuit(), and SDL_SendWindowEvent().
Definition at line 34 of file SDL_quit.c.
Referenced by SDL_QuitQuit().
Definition at line 35 of file SDL_quit.c.
Referenced by SDL_HandleSIG(), SDL_SendPendingQuit(), and SDL_SendQuit().