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

  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_active.c 74 if ( SDL_ProcessEvents[SDL_ACTIVEEVENT] == SDL_ENABLE ) {
77 event.type = SDL_ACTIVEEVENT;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h 54 SDL_ACTIVEEVENT, /**< Application loses/gains visibility */
89 SDL_ACTIVEEVENTMASK = SDL_EVENTMASK(SDL_ACTIVEEVENT),
119 typedef struct SDL_ActiveEvent {
120 Uint8 type; /**< SDL_ACTIVEEVENT */
123 } SDL_ActiveEvent;
229 SDL_ActiveEvent active;
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h 54 SDL_ACTIVEEVENT, /**< Application loses/gains visibility */
89 SDL_ACTIVEEVENTMASK = SDL_EVENTMASK(SDL_ACTIVEEVENT),
119 typedef struct SDL_ActiveEvent {
120 Uint8 type; /**< SDL_ACTIVEEVENT */
123 } SDL_ActiveEvent;
229 SDL_ActiveEvent active;
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h 54 SDL_ACTIVEEVENT, /**< Application loses/gains visibility */
89 SDL_ACTIVEEVENTMASK = SDL_EVENTMASK(SDL_ACTIVEEVENT),
119 typedef struct SDL_ActiveEvent {
120 Uint8 type; /**< SDL_ACTIVEEVENT */
123 } SDL_ActiveEvent;
229 SDL_ActiveEvent active;
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h 54 SDL_ACTIVEEVENT, /**< Application loses/gains visibility */
89 SDL_ACTIVEEVENTMASK = SDL_EVENTMASK(SDL_ACTIVEEVENT),
119 typedef struct SDL_ActiveEvent {
120 Uint8 type; /**< SDL_ACTIVEEVENT */
123 } SDL_ActiveEvent;
229 SDL_ActiveEvent active;
  /external/qemu/distrib/sdl-1.2.15/test/
threadwin.c 86 case SDL_ACTIVEEVENT:
testwm.c 242 case SDL_ACTIVEEVENT:
testgl.c 78 case SDL_ACTIVEEVENT:

Completed in 1067 milliseconds