Home
last modified time | relevance | path

Searched refs:SDL_SendDropFile (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_dropevents_c.h26 extern int SDL_SendDropFile(SDL_Window *window, const char *file);
A DSDL_dropevents.c80 SDL_SendDropFile(SDL_Window *window, const char *file) in SDL_SendDropFile() function
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaevents.m243 return (BOOL)SDL_SendDropFile(NULL, [filename UTF8String]) && SDL_SendDropComplete(NULL);
277 SDL_SendDropFile(NULL, [path UTF8String]);
A DSDL_cocoawindow.m185 if (!SDL_SendDropFile(sdlwindow, [[fileURL path] UTF8String])) {
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitappdelegate.m497 SDL_SendDropFile(NULL, fileURL.path.UTF8String);
499 SDL_SendDropFile(NULL, url.absoluteString.UTF8String);
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandevents.c974 SDL_SendDropFile(NULL, current_uri); in data_device_handle_drop()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c1048 SDL_SendDropFile(data->window, file); in WIN_WindowProc()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11events.c1360 SDL_SendDropFile(data->window, fn); in X11_DispatchEvent()
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c809 SDL_SendDropFile(NULL, path); in SDL_JAVA_INTERFACE()

Completed in 22 milliseconds