zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

char * file
 
Uint32 timestamp
 
Uint32 type
 

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.

Definition at line 436 of file SDL_events.h.

Member Data Documentation

char* SDL_DropEvent::file

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

Definition at line 440 of file SDL_events.h.

Uint32 SDL_DropEvent::timestamp

Definition at line 439 of file SDL_events.h.

Uint32 SDL_DropEvent::type

SDL_DROPFILE

Definition at line 438 of file SDL_events.h.


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