SDL: fixed the field of SDL_MouseMotionTransformCallback

From d9e58baa6d089b706fee20888c156c78d731d70a Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Thu, 8 May 2025 14:45:24 +0300
Subject: [PATCH] fixed the  field of SDL_MouseMotionTransformCallback

---
 include/SDL3/SDL_mouse.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_mouse.h b/include/SDL3/SDL_mouse.h
index 4e522251a6696..911636b9b4254 100644
--- a/include/SDL3/SDL_mouse.h
+++ b/include/SDL3/SDL_mouse.h
@@ -187,7 +187,7 @@ typedef Uint32 SDL_MouseButtonFlags;
  *               with proper synchronization practices when adding other side
  *               effects beyond mutation of the x and y values.
  *
- * \since This datatype is available since SDL 3.2.6.
+ * \since This datatype is available since SDL 3.4.0.
  *
  * \sa SDL_SetRelativeMouseTransform
  */