Explorar el Código

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot hace 1 mes
padre
commit
c3b415641a
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      include/SDL3/SDL_mouse.h
  2. 1 1
      include/SDL3/SDL_render.h

+ 1 - 1
include/SDL3/SDL_mouse.h

@@ -433,7 +433,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_WarpMouseGlobal(float x, float y);
  *
  * \threadsafety This function should only be called on the main thread.
  *
- * \since This function is available since SDL 3.2.6.
+ * \since This function is available since SDL 3.4.0.
  */
 extern SDL_DECLSPEC bool SDLCALL SDL_SetRelativeMouseTransform(SDL_MouseMotionTransformCallback callback, void *userdata);
 

+ 1 - 1
include/SDL3/SDL_render.h

@@ -2266,7 +2266,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RenderTexture9Grid(SDL_Renderer *renderer,
  *
  * \threadsafety This function should only be called on the main thread.
  *
- * \since This function is available since SDL 3.2.0.
+ * \since This function is available since SDL 3.4.0.
  *
  * \sa SDL_RenderTexture
  */