Searched refs:SDL_WINDOWEVENT_CLOSE (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/ |
D | main.cpp | 97 …if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.w… in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/ |
D | main.cpp | 91 …if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.w… in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/ |
D | main.cpp | 113 …if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.w… in main()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_opengl3/ |
D | main.cpp | 125 …if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.w… in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_windowevents.c | 218 if (windowevent == SDL_WINDOWEVENT_CLOSE) { in SDL_SendWindowEvent()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_directx11/ |
D | main.cpp | 103 …if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.w… in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/main/haiku/ |
D | SDL_BApp.h | 142 _HandleBasicWindowEvent(message, SDL_WINDOWEVENT_CLOSE); in MessageReceived()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandwindow.c | 117 SDL_SendWindowEvent(window->sdlwindow, SDL_WINDOWEVENT_CLOSE, 0, 0); in handle_close()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_video.h | 164 SDL_WINDOWEVENT_CLOSE, /**< The window manager requests that the window be closed */ enumerator
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsevents.c | 607 SDL_SendWindowEvent(data->window, SDL_WINDOWEVENT_CLOSE, 0, 0); in WIN_WindowProc() 872 SDL_SendWindowEvent(data->window, SDL_WINDOWEVENT_CLOSE, 0, 0); in WIN_WindowProc()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_WM.c | 310 SDL_SendWindowEvent(window, SDL_WINDOWEVENT_CLOSE, 0, in DirectFB_WM_ProcessEvent()
|
D | SDL_DirectFB_events.c | 275 SDL_SendWindowEvent(sdlwin, SDL_WINDOWEVENT_CLOSE, 0, 0); in ProcessWindowEvent()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_metal/ |
D | main.mm | 100 …if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.w…
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 470 …if (event.type == SDL_WINDOWEVENT && event.window.event == SDL_WINDOWEVENT_CLOSE && event.window.w… in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_common.c | 1064 case SDL_WINDOWEVENT_CLOSE: in SDLTest_PrintEvent() 1313 case SDL_WINDOWEVENT_CLOSE: in SDLTest_CommonEvent()
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | WhatsNew.txt | 114 * Added a hint SDL_HINT_WINDOWS_NO_CLOSE_ON_ALT_F4 to prevent generating SDL_WINDOWEVENT_CLOSE even…
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11events.c | 977 SDL_SendWindowEvent(data->window, SDL_WINDOWEVENT_CLOSE, 0, 0); in X11_DispatchEvent()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoawindow.m | 468 SDL_SendWindowEvent(_data->window, SDL_WINDOWEVENT_CLOSE, 0, 0);
|