Home
last modified time | relevance | path

Searched refs:SDL_HITTEST_RESIZE_TOPLEFT (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandevents.c312 case SDL_HITTEST_RESIZE_TOPLEFT: in ProcessHitTest()
321 …rface.xdg.roleobj.toplevel, input->seat, serial, directions_zxdg[rc - SDL_HITTEST_RESIZE_TOPLEFT]); in ProcessHitTest()
323 …face.zxdg.roleobj.toplevel, input->seat, serial, directions_zxdg[rc - SDL_HITTEST_RESIZE_TOPLEFT]); in ProcessHitTest()
325 …indow_data->shell_surface.wl, input->seat, serial, directions_wl[rc - SDL_HITTEST_RESIZE_TOPLEFT]); in ProcessHitTest()
/AliOS-Things-master/components/SDL2/include/
A DSDL_video.h1028 SDL_HITTEST_RESIZE_TOPLEFT, enumerator
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11events.c522 case SDL_HITTEST_RESIZE_TOPLEFT: in ProcessHitTest()
530 … InitiateWindowResize(_this, data, &point, directions[rc - SDL_HITTEST_RESIZE_TOPLEFT]); in ProcessHitTest()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c1089 case SDL_HITTEST_RESIZE_TOPLEFT: POST_HIT_TEST(HTTOPLEFT); in WIN_WindowProc()
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c802 return SDL_HITTEST_RESIZE_TOPLEFT; in SDLTest_ExampleHitTestCallback()

Completed in 16 milliseconds