|
SDL
2.0
|
A rectangle, with the origin at the upper left (integer). More...
#include <SDL_rect.h>
Data Fields | |
| int | x |
| int | y |
| int | w |
| int | h |
A rectangle, with the origin at the upper left (integer).
Definition at line 77 of file SDL_rect.h.
| int SDL_Rect::h |
Definition at line 80 of file SDL_rect.h.
Referenced by SDL_PointInRect(), SDL_RectEmpty(), and SDL_RectEquals().
| int SDL_Rect::w |
Definition at line 80 of file SDL_rect.h.
Referenced by SDL_PointInRect(), SDL_RectEmpty(), and SDL_RectEquals().
| int SDL_Rect::x |
Definition at line 79 of file SDL_rect.h.
Referenced by SDL_PointInRect(), and SDL_RectEquals().
| int SDL_Rect::y |
Definition at line 79 of file SDL_rect.h.
Referenced by SDL_PointInRect(), and SDL_RectEquals().