An event used to request a file open by the system (event.drop.*) This event is enabled by default, you can disable it with SDL_EventState(). More...
#include <SDL_events.h>
Public Attributes | |
Uint32 | type |
Uint32 | timestamp |
char * | file |
An event used to request a file open by the system (event.drop.*) This event is enabled by default, you can disable it with SDL_EventState().
char* SDL_DropEvent::file |
The file name, which should be freed with SDL_free()
Uint32 SDL_DropEvent::type |