Skip to content

Commit

Permalink
Fixed documentation of SDL_DropEvent in header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jul 31, 2015
1 parent d79bfa0 commit c509e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL_events.h
Expand Up @@ -453,8 +453,8 @@ typedef struct SDL_DollarGestureEvent

/**
* \brief 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.
* This event is enabled by default, you can disable it with SDL_EventState().
* \note If this event is enabled, you must free the filename in the event.
*/
typedef struct SDL_DropEvent
{
Expand Down

0 comments on commit c509e79

Please sign in to comment.