#include"SDL3/SDL.h"typedefstructSDL_DropEvent{SDL_EventTypetype;/**<SDL_EVENT_DROP_BEGINorSDL_EVENT_DROP_FILEorSDL_EVENT_DROP_TEXTorSDL_EVENT_DROP_COMPLETEorSDL_EVENT_DROP_POSITION*/Uint32reserved;Uint64timestamp;/**<Innanoseconds,populatedusingSDL_GetTicksNS()*/SDL_WindowIDwindowID;/**<Thewindowthatwasdroppedon,ifany*/floatx;/**<Xcoordinate,relativetowindow(notonbegin)*/floaty;/**<Ycoordinate,relativetowindow(notonbegin)*/constchar*source;/**<Thesourceappthatsentthisdropevent,orNULLifthatisn'tavailable*/constchar*data;/**<ThetextforSDL_EVENT_DROP_TEXTandthefilenameforSDL_EVENT_DROP_FILE,NULLforotherevents*/}SDL_DropEvent;