SDL 3.0
|
#include <SDL_rect.h>
Data Fields | |
int | x |
int | y |
Some helper functions for managing rectangles and 2D points, in both interger and floating point versions. The structure that defines a point (using integers).
Definition at line 49 of file SDL_rect.h.
int SDL_Point::x |
Definition at line 51 of file SDL_rect.h.
Referenced by SDL_PointInRect().
int SDL_Point::y |
Definition at line 52 of file SDL_rect.h.
Referenced by SDL_PointInRect().