Searched refs:SDL_WINDOWEVENT_MINIMIZED (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidevents.c | 143 SDL_SendWindowEvent(Android_Window, SDL_WINDOWEVENT_MINIMIZED, 0, 0); in Android_PumpEvents_Blocking() 214 SDL_SendWindowEvent(Android_Window, SDL_WINDOWEVENT_MINIMIZED, 0, 0); in Android_PumpEvents_NonBlocking()
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_windowevents.c | 126 case SDL_WINDOWEVENT_MINIMIZED: in SDL_SendWindowEvent()
|
A D | SDL_events.c | 164 SDL_WINDOWEVENT_CASE(SDL_WINDOWEVENT_MINIMIZED); in SDL_LogEvent()
|
/AliOS-Things-master/components/SDL2/src/main/haiku/ |
A D | SDL_BApp.h | 126 _HandleBasicWindowEvent(message, SDL_WINDOWEVENT_MINIMIZED); in MessageReceived()
|
/AliOS-Things-master/components/SDL2/src/core/winrt/ |
A D | SDL_winrtapp_direct3d.cpp | 465 } else if (IsSDLWindowEventPending(SDL_WINDOWEVENT_MINIMIZED)) { in ShouldWaitForAppResumeEvents() 584 SDL_SendWindowEvent(WINRT_GlobalSDLWindow, SDL_WINDOWEVENT_MINIMIZED, 0, 0);
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_video.h | 159 SDL_WINDOWEVENT_MINIMIZED, /**< Window has been minimized */ enumerator
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsevents.c | 911 SDL_WINDOWEVENT_MINIMIZED, 0, 0); in WIN_WindowProc()
|
/AliOS-Things-master/components/SDL2/src/render/opengles/ |
A D | SDL_render_gles.c | 221 if (event->event == SDL_WINDOWEVENT_MINIMIZED) { in GLES_WindowEvent()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11events.c | 444 SDL_SendWindowEvent(data->window, SDL_WINDOWEVENT_MINIMIZED, 0, 0); in X11_DispatchUnmapNotify()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 1276 case SDL_WINDOWEVENT_MINIMIZED: in SDLTest_PrintEvent()
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_render_gles2.c | 320 if (event->event == SDL_WINDOWEVENT_MINIMIZED) { in GLES2_WindowEvent()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_video.c | 4123 SDL_SendWindowEvent(window, SDL_WINDOWEVENT_MINIMIZED, 0, 0); in SDL_OnApplicationWillResignActive()
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_render.c | 642 } else if (event->window.event == SDL_WINDOWEVENT_MINIMIZED) { in SDL_RendererEventWatch()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoawindow.m | 616 SDL_SendWindowEvent(_data->window, SDL_WINDOWEVENT_MINIMIZED, 0, 0);
|
Completed in 39 milliseconds