mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 19:38:14 +00:00
Sync SDL2 wiki -> header
[ci skip]
This commit is contained in:
@@ -650,12 +650,7 @@ typedef struct SDL_SysWMEvent
|
|||||||
* General event structure
|
* General event structure
|
||||||
*
|
*
|
||||||
* The SDL_Event structure is the core of all event handling in SDL. SDL_Event
|
* 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
|
* is a union of all event structures used in SDL.
|
||||||
* 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
|
typedef union SDL_Event
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user