We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3970acd commit 40ec959Copy full SHA for 40ec959
include/SDL3/SDL_rect.h
@@ -90,6 +90,9 @@ typedef struct SDL_Rect
90
/**
91
* A rectangle stored using floating point values.
92
*
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
+ *
96
* \since This struct is available since SDL 3.2.0.
97
98
* \sa SDL_RectEmptyFloat
0 commit comments