Home
last modified time | relevance | path

Searched refs:SDL_HitTestResult (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_video.h1036 } SDL_HitTestResult; typedef
1043 typedef SDL_HitTestResult (SDLCALL *SDL_HitTest)(SDL_Window *win,
/AliOS-Things-master/components/SDL2/test/
A Dtesthittesting.c17 static SDL_HitTestResult SDLCALL
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandevents.c288 const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in ProcessHitTest()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c1085 … const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in WIN_WindowProc()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11events.c509 const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in ProcessHitTest()
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c788 static SDL_HitTestResult SDLCALL
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.m944 …const SDL_HitTestResult rc = _data->window->hit_test(_data->window, &point, _data->window->hit_tes…

Completed in 17 milliseconds