< The text for SDL_EVENT_DROP_TEXT and the file name for SDL_EVENT_DROP_FILE, NULL for other events
< The source app that sent this drop event, or NULL if that isn't available
< In nanoseconds, populated using SDL_GetTicksNS()
< SDL_EVENT_DROP_BEGIN or SDL_EVENT_DROP_FILE or SDL_EVENT_DROP_TEXT or SDL_EVENT_DROP_COMPLETE or SDL_EVENT_DROP_POSITION
< The window that was dropped on, if any
< X coordinate, relative to window (not on begin)
< Y coordinate, relative to window (not on begin)
An event used to drop text or request a file open by the system (event.drop.*)
\since This struct is available since SDL 3.2.0.