Skip to content

Commit 15bc3f2

Browse files
committed
Sync SDL2 wiki -> header
[ci skip]
1 parent 7cbb131 commit 15bc3f2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

include/SDL_events.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -650,12 +650,7 @@ typedef struct SDL_SysWMEvent
650650
* General event structure
651651
*
652652
* The SDL_Event structure is the core of all event handling in SDL. SDL_Event
653-
* is a union of all event structures used in SDL. Using it is a simple matter
654-
* of knowing which event type corresponds to which union member. The table
655-
* below lists these relationships.
656-
*
657-
* The SDL_Event structure has two uses: * Reading events from the event queue
658-
* * Placing events on the event queue
653+
* is a union of all event structures used in SDL.
659654
*/
660655
typedef union SDL_Event
661656
{

0 commit comments

Comments
 (0)