SDL: Sync SDL3 wiki -> header (4d6ed)

From 4d6ed7173e1b56b7315260e4ae4eb3924072f982 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Sat, 27 May 2023 17:52:16 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_hidapi.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_hidapi.h b/include/SDL3/SDL_hidapi.h
index ec1febdd5480..6b6e0f661354 100644
--- a/include/SDL3/SDL_hidapi.h
+++ b/include/SDL3/SDL_hidapi.h
@@ -222,7 +222,9 @@ extern DECLSPEC Uint32 SDLCALL SDL_hid_device_change_count(void);
  * matches. If `vendor_id` and `product_id` are both set to 0, then all HID
  * devices will be returned.
  *
- * By default SDL will only enumerate controllers, to reduce risk of hanging or crashing on bad drivers, but SDL_HINT_HIDAPI_ENUMERATE_ONLY_CONTROLLERS can be set to "0" to enumerate all HID devices.
+ * By default SDL will only enumerate controllers, to reduce risk of hanging
+ * or crashing on bad drivers, but SDL_HINT_HIDAPI_ENUMERATE_ONLY_CONTROLLERS
+ * can be set to "0" to enumerate all HID devices.
  *
  * \param vendor_id The Vendor ID (VID) of the types of device to open, or 0
  *                  to match any vendor.