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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h 254 SDL_ADDEVENT,
262 * If 'action' is SDL_ADDEVENT, up to 'numevents' events will be added to
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h 254 SDL_ADDEVENT,
262 * If 'action' is SDL_ADDEVENT, up to 'numevents' events will be added to
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h 254 SDL_ADDEVENT,
262 * If 'action' is SDL_ADDEVENT, up to 'numevents' events will be added to
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h 254 SDL_ADDEVENT,
262 * If 'action' is SDL_ADDEVENT, up to 'numevents' events will be added to
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c 265 static int SDL_AddEvent(SDL_Event *event)
331 if ( action == SDL_ADDEVENT ) {
333 used += SDL_AddEvent(&events[i]);
417 if ( SDL_PeepEvents(event, 1, SDL_ADDEVENT, 0) <= 0 )

Completed in 32 milliseconds