|
SDL 3.0
|
#include <SDL_rect.h>
Data Fields | |
| int | x |
| int | y |
The structure that defines a point (using integers).
Definition at line 48 of file SDL_rect.h.
| int SDL_Point::x |
Definition at line 50 of file SDL_rect.h.
Referenced by SDL_PointInRect().
| int SDL_Point::y |
Definition at line 51 of file SDL_rect.h.
Referenced by SDL_PointInRect().