Просмотр исходного кода

fixed the field of SDL_MouseMotionTransformCallback

Ozkan Sezer 10 месяцев назад
Родитель
Сommit
d9e58baa6d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/SDL3/SDL_mouse.h

+ 1 - 1
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
  */