瀏覽代碼

Sync SDL3 wiki -> header

SDL Wiki Bot 1 年之前
父節點
當前提交
a5356f9b45
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      include/SDL3/SDL_events.h

+ 3 - 1
include/SDL3/SDL_events.h

@@ -929,7 +929,9 @@ typedef enum SDL_EventAction
  *
  * This function is thread-safe.
  *
- * \param events destination buffer for the retrieved events, may be NULL to leave the events in the queue and return the number of events that would have been stored.
+ * \param events destination buffer for the retrieved events, may be NULL to
+ *               leave the events in the queue and return the number of events
+ *               that would have been stored.
  * \param numevents if action is SDL_ADDEVENT, the number of events to add
  *                  back to the event queue; if action is SDL_PEEKEVENT or
  *                  SDL_GETEVENT, the maximum number of events to retrieve.