SDL 2.0
|
#include <SDL_rect.h>
Data Fields | |
float | x |
float | y |
The structure that defines a point (floating point)
Definition at line 60 of file SDL_rect.h.
float SDL_FPoint::x |
Definition at line 62 of file SDL_rect.h.
Referenced by SDL_PointInFRect().
float SDL_FPoint::y |
Definition at line 63 of file SDL_rect.h.
Referenced by SDL_PointInFRect().