Skip to content

Commit 40ec959

Browse files
committed
Restored text missing during wiki sync (thanks @sezero!)
1 parent 3970acd commit 40ec959

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/SDL3/SDL_rect.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ typedef struct SDL_Rect
9090
/**
9191
* A rectangle stored using floating point values.
9292
*
93+
* The origin of the coordinate space is in the top-left, with increasing values moving down and right.
94+
* The properties `x` and `y` represent the coordinates of the top-left corner of the rectangle.
95+
*
9396
* \since This struct is available since SDL 3.2.0.
9497
*
9598
* \sa SDL_RectEmptyFloat

0 commit comments

Comments
 (0)