Searched refs:SDL_WINDOWEVENT_MOVED (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_windowevents.c | 51 event->window.event == SDL_WINDOWEVENT_MOVED && in RemovePendingMoveEvents() 99 case SDL_WINDOWEVENT_MOVED: in SDL_SendWindowEvent() 192 if (windowevent == SDL_WINDOWEVENT_MOVED) { in SDL_SendWindowEvent()
|
A D | SDL_events.c | 161 SDL_WINDOWEVENT_CASE(SDL_WINDOWEVENT_MOVED); in SDL_LogEvent()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testwm2.c | 69 if (event.window.event == SDL_WINDOWEVENT_MOVED) { in loop()
|
A D | testhittesting.c | 102 if (e.window.event == SDL_WINDOWEVENT_MOVED) { in main()
|
/AliOS-Things-master/components/SDL2/src/main/haiku/ |
A D | SDL_BApp.h | 367 SDL_SendWindowEvent(win, SDL_WINDOWEVENT_MOVED, xPos, yPos); in _HandleWindowMoved()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_video.h | 153 SDL_WINDOWEVENT_MOVED, /**< Window has been moved to data1, data2 enumerator
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 255 SDL_SendWindowEvent(sdlwin, SDL_WINDOWEVENT_MOVED, in ProcessWindowEvent() 261 SDL_SendWindowEvent(sdlwin, SDL_WINDOWEVENT_MOVED, in ProcessWindowEvent()
|
/AliOS-Things-master/components/SDL2/src/core/winrt/ |
A D | SDL_winrtapp_direct3d.cpp | 231 SDL_SendWindowEvent(window, SDL_WINDOWEVENT_MOVED, x, y); in WINRT_ProcessWindowSizeChange()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsevents.c | 889 SDL_SendWindowEvent(data->window, SDL_WINDOWEVENT_MOVED, x, y); in WIN_WindowProc()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11events.c | 990 SDL_SendWindowEvent(data->window, SDL_WINDOWEVENT_MOVED, in X11_DispatchEvent()
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoawindow.m | 575 SDL_SendWindowEvent(window, SDL_WINDOWEVENT_MOVED, x, y); 603 SDL_SendWindowEvent(window, SDL_WINDOWEVENT_MOVED, x, y);
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_common.c | 1261 case SDL_WINDOWEVENT_MOVED: in SDLTest_PrintEvent()
|
Completed in 23 milliseconds