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 40ec959 commit f2df279Copy full SHA for f2df279
include/SDL3/SDL_rect.h
@@ -90,8 +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.
+ * 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
95
+ * coordinates of the top-left corner of the rectangle.
96
97
* \since This struct is available since SDL 3.2.0.
98
0 commit comments