Home
last modified time | relevance | path

Searched refs:SDL_SendDropComplete (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_dropevents_c.h28 extern int SDL_SendDropComplete(SDL_Window *window);
A DSDL_dropevents.c92 SDL_SendDropComplete(SDL_Window *window) in SDL_SendDropComplete() function
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaevents.m243 return (BOOL)SDL_SendDropFile(NULL, [filename UTF8String]) && SDL_SendDropComplete(NULL);
278 SDL_SendDropComplete(NULL);
A DSDL_cocoawindow.m190 SDL_SendDropComplete(sdlwindow);
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitappdelegate.m501 SDL_SendDropComplete(NULL);
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c1054 SDL_SendDropComplete(data->window); in WIN_WindowProc()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11events.c1365 SDL_SendDropComplete(data->window); in X11_DispatchEvent()
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c811 SDL_SendDropComplete(NULL); in SDL_JAVA_INTERFACE()

Completed in 18 milliseconds