SDL 2.0
|
#include <SDL_rect.h>
Data Fields | |
int | x |
int | y |
Header file for SDL_rect definition and management functions. The structure that defines a point (integer)
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().