SDL: Sync SDL3 wiki -> header (50852)

From 50852f7f1baa8aa1872992342294d41e14264327 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 8 Jul 2026 23:11:32 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_hints.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index 3d00d795150f7..2bceed262b865 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -4758,7 +4758,9 @@ extern "C" {
  * players are using high DPI mice, but should be disabled while showing
  * custom assert dialogs in your application code.
  *
- * Caution: Windows will not see mouse button releases in relative mode with this active. This means you should not enable relative mode while a mouse button is currently pressed.
+ * Caution: Windows will not see mouse button releases in relative mode with
+ * this active. This means you should not enable relative mode while a mouse
+ * button is currently pressed.
  *
  * - "0": Windows mouse events will be generated while relative motion is
  *   enabled. (default)