From 71c4de190ccd89175219d4fb06d56e4e88b684da Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 12 Mar 2025 22:23:23 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_joystick.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/SDL3/SDL_joystick.h b/include/SDL3/SDL_joystick.h
index d15668b66ac9a..cadccf6891438 100644
--- a/include/SDL3/SDL_joystick.h
+++ b/include/SDL3/SDL_joystick.h
@@ -107,6 +107,10 @@ typedef Uint32 SDL_JoystickID;
* This is by no means a complete list of everything that can be plugged into
* a computer.
*
+ * You may refer to
+ * [XInput Controller Types](https://learn.microsoft.com/en-us/windows/win32/xinput/xinput-and-controller-subtypes)
+ * table for a general understanding of each joystick type.
+ *
* \since This enum is available since SDL 3.2.0.
*/
typedef enum SDL_JoystickType