From 7447ed0c935bc41a8833edb1658ff44f9c4e3948 Mon Sep 17 00:00:00 2001 From: ceski <56656010+ceski-1@users.noreply.github.com> Date: Sun, 17 May 2026 06:26:11 -0700 Subject: [PATCH] Use thumbstick instead of joystick in comments --- include/SDL3/SDL_gamepad.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_gamepad.h b/include/SDL3/SDL_gamepad.h index db2c0166a1..2d0e83440a 100644 --- a/include/SDL3/SDL_gamepad.h +++ b/include/SDL3/SDL_gamepad.h @@ -242,8 +242,8 @@ typedef enum SDL_GamepadAxis typedef enum SDL_GamepadCapSenseType { SDL_GAMEPAD_CAPSENSE_INVALID = -1, - SDL_GAMEPAD_CAPSENSE_LEFT_STICK, /**< Activated by touching the top of the left joystick*/ - SDL_GAMEPAD_CAPSENSE_RIGHT_STICK, /**< Activated by touching the top of the right joystick*/ + SDL_GAMEPAD_CAPSENSE_LEFT_STICK, /**< Activated by touching the top of the left thumbstick */ + SDL_GAMEPAD_CAPSENSE_RIGHT_STICK, /**< Activated by touching the top of the right thumbstick */ SDL_GAMEPAD_CAPSENSE_LEFT_GRIP, /**< Activated by gripping the left handle of the controller */ SDL_GAMEPAD_CAPSENSE_RIGHT_GRIP, /**< Activated by gripping the right handle of the controller */ SDL_GAMEPAD_CAPSENSE_COUNT