We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbb131 commit 15bc3f2Copy full SHA for 15bc3f2
include/SDL_events.h
@@ -650,12 +650,7 @@ typedef struct SDL_SysWMEvent
650
* General event structure
651
*
652
* 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
+ * is a union of all event structures used in SDL.
659
*/
660
typedef union SDL_Event
661
{
0 commit comments