Home
last modified time | relevance | path

Searched refs:hit_test_data (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h108 void *hit_test_data; member
A DSDL_video.c4087 window->hit_test_data = userdata; in SDL_SetWindowHitTest()
/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/video/cocoa/
A DSDL_cocoawindow.m944 …DL_HitTestResult rc = _data->window->hit_test(_data->window, &point, _data->window->hit_test_data);

Completed in 22 milliseconds