SDL 3.0
|
#include <SDL_rect.h>
Data Fields | |
float | x |
float | y |
The structure that defines a point (using floating point values).
Definition at line 62 of file SDL_rect.h.
float SDL_FPoint::x |
Definition at line 64 of file SDL_rect.h.
Referenced by SDL_PointInRectFloat().
float SDL_FPoint::y |
Definition at line 65 of file SDL_rect.h.
Referenced by SDL_PointInRectFloat().