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

  /prebuilts/misc/windows/sdl2/test/
testwm2.c 86 if (event.type == SDL_WINDOWEVENT) {
testgles.c 294 case SDL_WINDOWEVENT:
testnative.c 214 case SDL_WINDOWEVENT:
testoverlay2.c 399 case SDL_WINDOWEVENT:
testgesture.c 258 case SDL_WINDOWEVENT:
testgles2.c 634 case SDL_WINDOWEVENT:
  /external/skia/src/views/sdl/
SkOSWindow_SDL.cpp 288 case SDL_WINDOWEVENT:
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_events.h 89 SDL_WINDOWEVENT = 0x200, /**< Window state change */
163 typedef struct SDL_WindowEvent
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
174 } SDL_WindowEvent;
502 SDL_WindowEvent window; /**< Window event data */
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_events.h 89 SDL_WINDOWEVENT = 0x200, /**< Window state change */
163 typedef struct SDL_WindowEvent
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
174 } SDL_WindowEvent;
502 SDL_WindowEvent window; /**< Window event data */
  /prebuilts/misc/windows/sdl2/include/
SDL_events.h 89 SDL_WINDOWEVENT = 0x200, /**< Window state change */
163 typedef struct SDL_WindowEvent
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
174 } SDL_WindowEvent;
502 SDL_WindowEvent window; /**< Window event data */
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_events.h 89 SDL_WINDOWEVENT = 0x200, /**< Window state change */
163 typedef struct SDL_WindowEvent
165 Uint32 type; /**< ::SDL_WINDOWEVENT */
174 } SDL_WindowEvent;
502 SDL_WindowEvent window; /**< Window event data */

Completed in 42 milliseconds