From 40ec9592f1da0f91a185f0698bb055472b54604c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 9 Aug 2025 22:07:14 -0700 Subject: [PATCH] Restored text missing during wiki sync (thanks @sezero!) --- include/SDL3/SDL_rect.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/SDL3/SDL_rect.h b/include/SDL3/SDL_rect.h index 7ff10904ff..ff79ad4e47 100644 --- a/include/SDL3/SDL_rect.h +++ b/include/SDL3/SDL_rect.h @@ -90,6 +90,9 @@ typedef struct SDL_Rect /** * A rectangle stored using floating point values. * + * The origin of the coordinate space is in the top-left, with increasing values moving down and right. + * The properties `x` and `y` represent the coordinates of the top-left corner of the rectangle. + * * \since This struct is available since SDL 3.2.0. * * \sa SDL_RectEmptyFloat