소스 검색

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 5 달 전
부모
커밋
19af3a2b34
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      include/SDL3/SDL_events.h

+ 3 - 0
include/SDL3/SDL_events.h

@@ -938,6 +938,9 @@ typedef struct SDL_UserEvent
 /**
  * The structure for all events in SDL.
  *
+ * 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.
+ *
  * \since This struct is available since SDL 3.1.3.
  */
 typedef union SDL_Event