|
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 63 of file SDL_rect.h.
| float SDL_FPoint::x |
Definition at line 65 of file SDL_rect.h.
Referenced by SDL_PointInRectFloat().
| float SDL_FPoint::y |
Definition at line 66 of file SDL_rect.h.
Referenced by SDL_PointInRectFloat().