From d3e28f3ab81bc5b7354e17accdfbf3935b432a34 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 9 May 2024 16:18:35 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_mouse.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_mouse.h b/include/SDL3/SDL_mouse.h index dc7c94d8a3..0ee16d884d 100644 --- a/include/SDL3/SDL_mouse.h +++ b/include/SDL3/SDL_mouse.h @@ -359,8 +359,10 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GetRelativeMouseMode(void); * \param mask the mask value for each pixel of the cursor * \param w the width of the cursor * \param h the height of the cursor - * \param hot_x the x-axis offset from the left of the cursor image to the mouse x position, in the range of 0 to `w` - 1 - * \param hot_y the y-axis offset from the top of the cursor image to the mouse y position, in the range of 0 to `h` - 1 + * \param hot_x the x-axis offset from the left of the cursor image to the + * mouse x position, in the range of 0 to `w` - 1 + * \param hot_y the y-axis offset from the top of the cursor image to the + * mouse y position, in the range of 0 to `h` - 1 * \returns a new cursor with the specified parameters on success or NULL on * failure; call SDL_GetError() for more information. *