Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2025-08-10 05:08:26 +00:00
parent 40ec9592f1
commit f2df279adc

View File

@@ -90,8 +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.
* 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.
*