Home
last modified time | relevance | path

Searched refs:SDL_QUIT (Results 1 – 25 of 49) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_quit.h56 (SDL_PumpEvents(), (SDL_PeepEvents(NULL,0,SDL_PEEKEVENT,SDL_QUIT,SDL_QUIT) > 0))
/third_party/flutter/skia/tools/sk_app/ios/
Dmain_ios.cpp42 case SDL_QUIT: in main()
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidevents.c95 if (!SDL_HasEvent(SDL_QUIT)) {
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Template/SDL iOS Application/
Dmain.c86 if (event.type == SDL_QUIT) { in main()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Drectangles.c80 if (event.type == SDL_QUIT) { in main()
Dtouch.c110 case SDL_QUIT: in main()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgamecontroller.c120 case SDL_QUIT: in loop()
321 if ((event.type == SDL_QUIT) || (event.type == SDL_FINGERDOWN) in main()
Dtestjoystick.c106 case SDL_QUIT: in loop()
319 if ((event.type == SDL_QUIT) || (event.type == SDL_FINGERDOWN)
Dtestdrawchessboard.c62 if (e.type == SDL_QUIT) { in loop()
Drelative_mode.markdown28 case SDL_QUIT:
Dtesthotplug.c70 case SDL_QUIT: in main()
Dtestmessage.c185 if (event.type == SDL_QUIT || event.type == SDL_KEYUP) { in main()
Dcontrollermap.c312 case SDL_QUIT: in WatchJoystick()
410 if ((event.type == SDL_QUIT) || (event.type == SDL_FINGERDOWN)
Dteststreaming.c106 case SDL_QUIT: in loop()
Dtestaudiocapture.c33 if (e.type == SDL_QUIT) { in loop()
Dtesthittesting.c121 case SDL_QUIT: in main()
Dtestaudiohotplug.c89 if (e.type == SDL_QUIT) { in iteration()
Dtestspriteminimal.c134 if (event.type == SDL_QUIT || event.type == SDL_KEYDOWN) { in loop()
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/
Dtestharness.c72 event.type = SDL_QUIT; in CtrlCHandlerCallback()
346 else if(event.type == SDL_QUIT) in RunSUTAndTest()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_quit.c140 return SDL_SendAppEvent(SDL_QUIT);
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
Dmain.cpp83 if (event.type == SDL_QUIT) in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/
Dmain.cpp95 if (event.type == SDL_QUIT) in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
Dmain.cpp89 if (event.type == SDL_QUIT) in main()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
Dmain.cpp111 if (event.type == SDL_QUIT) in main()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
Dmain.cpp123 if (event.type == SDL_QUIT) in main()

12