SDL_Point.3type - Man Page
The structure that defines a point (using integers).
Synopsis
#include <SDL3/SDL_rect.h>
typedef struct SDL_Point
{
int x;
int y;
} SDL_Point;Availability
This struct is available since SDL 3.2.0.
See Also
Info
SDL 3.3.2 Simple Directmedia Layer SDL3 DATATYPES