diff --git a/include/SDL3/SDL_mouse.h b/include/SDL3/SDL_mouse.h index 20f9c8b5cb..7a3be231d2 100644 --- a/include/SDL3/SDL_mouse.h +++ b/include/SDL3/SDL_mouse.h @@ -203,10 +203,10 @@ typedef Uint32 SDL_MouseButtonFlags; * \sa SDL_SetRelativeMouseTransform */ typedef void (SDLCALL *SDL_MouseMotionTransformCallback)( - void *userdata, - Uint64 timestamp, - SDL_Window *window, - SDL_MouseID mouseID, + void *userdata, + Uint64 timestamp, + SDL_Window *window, + SDL_MouseID mouseID, float *x, float *y );