SDL_Point - The structure that defines a point (using integers).
Contents
Availability
This struct is available since SDL 3.2.0.
Name
SDL_Point - The structure that defines a point (using integers).
See Also
SDL_GetRectEnclosingPoints(3), SDL_PointInRect(3) Simple Directmedia Layer SDL 3.2.20 SDL_Point(3type)
Synopsis
#include<SDL3/SDL_rect.h>typedefstructSDL_Point{intx;inty;}SDL_Point;