Searched refs:SDL_SendDropFile (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_dropevents_c.h | 26 extern int SDL_SendDropFile(SDL_Window *window, const char *file);
|
A D | SDL_dropevents.c | 80 SDL_SendDropFile(SDL_Window *window, const char *file) in SDL_SendDropFile() function
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaevents.m | 243 return (BOOL)SDL_SendDropFile(NULL, [filename UTF8String]) && SDL_SendDropComplete(NULL); 277 SDL_SendDropFile(NULL, [path UTF8String]);
|
A D | SDL_cocoawindow.m | 185 if (!SDL_SendDropFile(sdlwindow, [[fileURL path] UTF8String])) {
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitappdelegate.m | 497 SDL_SendDropFile(NULL, fileURL.path.UTF8String); 499 SDL_SendDropFile(NULL, url.absoluteString.UTF8String);
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandevents.c | 974 SDL_SendDropFile(NULL, current_uri); in data_device_handle_drop()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsevents.c | 1048 SDL_SendDropFile(data->window, file); in WIN_WindowProc()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11events.c | 1360 SDL_SendDropFile(data->window, fn); in X11_DispatchEvent()
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 809 SDL_SendDropFile(NULL, path); in SDL_JAVA_INTERFACE()
|
Completed in 22 milliseconds