HomeSort by relevance Sort by last modified time
    Searched refs:SDL_QUIT (Results 1 - 8 of 8) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_quit.c 83 if ( SDL_ProcessEvents[SDL_QUIT] == SDL_ENABLE ) {
85 event.type = SDL_QUIT;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_events.h 34 #include "SDL_quit.h"
60 SDL_QUIT, /* User-requested quit */
106 SDL_QUITMASK = SDL_EVENTMASK(SDL_QUIT),
200 Uint8 type; /* SDL_QUIT */
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_events.h 34 #include "SDL_quit.h"
60 SDL_QUIT, /* User-requested quit */
106 SDL_QUITMASK = SDL_EVENTMASK(SDL_QUIT),
200 Uint8 type; /* SDL_QUIT */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_events.h 34 #include "SDL_quit.h"
60 SDL_QUIT, /* User-requested quit */
106 SDL_QUITMASK = SDL_EVENTMASK(SDL_QUIT),
200 Uint8 type; /* SDL_QUIT */
  /prebuilt/windows/sdl/host/include/SDL/
SDL_events.h 38 #include "SDL_quit.h"
59 SDL_QUIT, /* User-requested quit */
103 SDL_QUITMASK = SDL_EVENTMASK(SDL_QUIT),
197 Uint8 type; /* SDL_QUIT */
  /prebuilt/windows/sdl/include/SDL/
SDL_events.h 34 #include "SDL_quit.h"
60 SDL_QUIT, /* User-requested quit */
106 SDL_QUITMASK = SDL_EVENTMASK(SDL_QUIT),
200 Uint8 type; /* SDL_QUIT */
  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m 74 /* Post a SDL_QUIT event */
76 event.type = SDL_QUIT;
  /external/qemu/android/
main.c 364 case SDL_QUIT:
546 SDL_Quit();
    [all...]

Completed in 64 milliseconds