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

  /external/chromium_org/third_party/skia/src/views/sdl/
SkOSWindow_SDL.cpp 17 evt.type = SDL_USEREVENT;
18 evt.user.type = SDL_USEREVENT;
186 case SDL_USEREVENT:
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 17 evt.type = SDL_USEREVENT;
18 evt.user.type = SDL_USEREVENT;
186 case SDL_USEREVENT:
  /external/qemu/distrib/sdl-1.2.15/test/
testwm.c 167 event.type = SDL_USEREVENT;
324 case SDL_USEREVENT:
427 case SDL_USEREVENT:
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h 77 /** Events SDL_USEREVENT through SDL_MAXEVENTS-1 are for your use */
78 SDL_USEREVENT = 24,
211 typedef struct SDL_UserEvent {
212 Uint8 type; /**< SDL_USEREVENT through SDL_NUMEVENTS-1 */
216 } SDL_UserEvent;
240 SDL_UserEvent user;
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h 77 /** Events SDL_USEREVENT through SDL_MAXEVENTS-1 are for your use */
78 SDL_USEREVENT = 24,
211 typedef struct SDL_UserEvent {
212 Uint8 type; /**< SDL_USEREVENT through SDL_NUMEVENTS-1 */
216 } SDL_UserEvent;
240 SDL_UserEvent user;
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h 77 /** Events SDL_USEREVENT through SDL_MAXEVENTS-1 are for your use */
78 SDL_USEREVENT = 24,
211 typedef struct SDL_UserEvent {
212 Uint8 type; /**< SDL_USEREVENT through SDL_NUMEVENTS-1 */
216 } SDL_UserEvent;
240 SDL_UserEvent user;
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h 77 /** Events SDL_USEREVENT through SDL_MAXEVENTS-1 are for your use */
78 SDL_USEREVENT = 24,
211 typedef struct SDL_UserEvent {
212 Uint8 type; /**< SDL_USEREVENT through SDL_NUMEVENTS-1 */
216 } SDL_UserEvent;
240 SDL_UserEvent user;

Completed in 734 milliseconds