From 59d69a3ba3fea01a61937bf4a208d60f482aac4a Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 26 Sep 2024 04:21:40 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
---
include/SDL3/SDL_events.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_events.h b/include/SDL3/SDL_events.h
index ecd64eb68dc5f..978c40b950214 100644
--- a/include/SDL3/SDL_events.h
+++ b/include/SDL3/SDL_events.h
@@ -1011,7 +1011,9 @@ typedef enum SDL_EventAction
* event queue.
* - `SDL_PEEKEVENT`: `numevents` events at the front of the event queue,
* within the specified minimum and maximum type, will be returned to the
- * caller and will _not_ be removed from the queue. If you pass NULL for `events`, then `numevents` is ignored and the total number of matching events will be returned.
+ * caller and will _not_ be removed from the queue. If you pass NULL for
+ * `events`, then `numevents` is ignored and the total number of matching
+ * events will be returned.
* - `SDL_GETEVENT`: up to `numevents` events at the front of the event queue,
* within the specified minimum and maximum type, will be returned to the
* caller and will be removed from the queue.