My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
SDL_DropEvent Struct Reference

An event used to request a file open by the system (event.drop.*) This event is disabled by default, you can enable it with SDL_EventState() More...

#include <SDL_events.h>

Public Attributes

Uint32 type
 
Uint32 timestamp
 
char * file
 

Detailed Description

An event used to request a file open by the system (event.drop.*) This event is disabled by default, you can enable it with SDL_EventState()

Note
If you enable this event, you must free the filename in the event.

Member Data Documentation

char* SDL_DropEvent::file

The file name, which should be freed with SDL_free()

Uint32 SDL_DropEvent::type

The documentation for this struct was generated from the following file: