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

  /prebuilts/misc/windows/sdl2/test/
testautomation_events.c 56 event1.type = SDL_USEREVENT;
89 event.type = SDL_USEREVENT;
139 event.type = SDL_USEREVENT;
testatomic.c 504 event.type = SDL_USEREVENT;
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_events.h 140 /** Events ::SDL_USEREVENT through ::SDL_LASTEVENT are for your use,
143 SDL_USEREVENT = 0x8000,
468 typedef struct SDL_UserEvent
470 Uint32 type; /**< ::SDL_USEREVENT through ::SDL_LASTEVENT-1 */
476 } SDL_UserEvent;
518 SDL_UserEvent user; /**< Custom event data */
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_events.h 140 /** Events ::SDL_USEREVENT through ::SDL_LASTEVENT are for your use,
143 SDL_USEREVENT = 0x8000,
468 typedef struct SDL_UserEvent
470 Uint32 type; /**< ::SDL_USEREVENT through ::SDL_LASTEVENT-1 */
476 } SDL_UserEvent;
518 SDL_UserEvent user; /**< Custom event data */
  /prebuilts/misc/windows/sdl2/include/
SDL_events.h 140 /** Events ::SDL_USEREVENT through ::SDL_LASTEVENT are for your use,
143 SDL_USEREVENT = 0x8000,
468 typedef struct SDL_UserEvent
470 Uint32 type; /**< ::SDL_USEREVENT through ::SDL_LASTEVENT-1 */
476 } SDL_UserEvent;
518 SDL_UserEvent user; /**< Custom event data */
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h 140 /** Events ::SDL_USEREVENT through ::SDL_LASTEVENT are for your use,
143 SDL_USEREVENT = 0x8000,
468 typedef struct SDL_UserEvent
470 Uint32 type; /**< ::SDL_USEREVENT through ::SDL_LASTEVENT-1 */
476 } SDL_UserEvent;
518 SDL_UserEvent user; /**< Custom event data */

Completed in 431 milliseconds