Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestdropfile.c71 SDL_EventState(SDL_DROPFILE, SDL_ENABLE); in main()
82 } else if ((event.type == SDL_DROPFILE) || (event.type == SDL_DROPTEXT)) { in main()
83 const char *typestr = (event.type == SDL_DROPFILE) ? "File" : "Text"; in main()
A Dtestwm2.c138 SDL_EventState(SDL_DROPFILE, SDL_ENABLE); in main()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_dropevents.c82 return SDL_SendDrop(window, SDL_DROPFILE, file); in SDL_SendDropFile()
A DSDL_events.c314 SDL_EVENT_CASE(SDL_DROPFILE) PRINT_DROP_EVENT(event); break; in SDL_LogEvent()
451 SDL_EventState(SDL_DROPFILE, SDL_DISABLE); in SDL_StartEventLoop()
916 ((type == SDL_DROPFILE) || (type == SDL_DROPTEXT)); in SDL_EventState()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-macosx.md51 normal app, and it will not send a SDL_DROPFILE when you request to open a
69 if (SDL_GetEventState(SDL_DROPFILE) == SDL_ENABLE) {
71 event.type = SDL_DROPFILE;
/AliOS-Things-master/components/SDL2/include/
A DSDL_events.h143 SDL_DROPFILE = 0x1000, /**< The system requests a file open */ enumerator
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1500 case SDL_DROPFILE: in SDLTest_PrintEvent()
1904 case SDL_DROPFILE: in SDLTest_CommonEvent()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c1377 if ((SDL_GetEventState(SDL_DROPFILE) == SDL_ENABLE) || in IsAcceptingDragAndDrop()

Completed in 18 milliseconds