Skip to content

Commit

Permalink
Sync SDL2 wiki -> header
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Sep 21, 2024
1 parent 055ce09 commit c43b976
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions include/SDL_events.h
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,14 @@ typedef struct SDL_SysWMEvent

/**
* General event structure
*
* The SDL_Event structure is the core of all event handling in SDL. SDL_Event
* is a union of all event structures used in SDL. Using it is a simple matter
* of knowing which event type corresponds to which union member. The table
* below lists these relationships.
*
* The SDL_Event structure has two uses: * Reading events from the event queue
* * Placing events on the event queue
*/
typedef union SDL_Event
{
Expand Down

0 comments on commit c43b976

Please sign in to comment.