mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Restored text missing during wiki sync (thanks @sezero!)
This commit is contained in:
parent
3970acd1c2
commit
40ec9592f1
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue