|
SDL 3.0
|
#include <SDL_rect.h>
Data Fields | |
| int | x |
| int | y |
| int | w |
| int | h |
A rectangle, with the origin at the upper left (using integers).
Definition at line 83 of file SDL_rect.h.
| int SDL_Rect::h |
Definition at line 86 of file SDL_rect.h.
Referenced by SDL_PointInRect(), SDL_RectEmpty(), SDL_RectsEqual(), and SDL_RectToFRect().
| int SDL_Rect::w |
Definition at line 86 of file SDL_rect.h.
Referenced by SDL_PointInRect(), SDL_RectEmpty(), SDL_RectsEqual(), and SDL_RectToFRect().
| int SDL_Rect::x |
Definition at line 85 of file SDL_rect.h.
Referenced by SDL_PointInRect(), SDL_RectsEqual(), and SDL_RectToFRect().
| int SDL_Rect::y |
Definition at line 85 of file SDL_rect.h.
Referenced by SDL_PointInRect(), SDL_RectsEqual(), and SDL_RectToFRect().