arsa  2.7
Public Attributes | List of all members
SDL_Point Struct Reference

The structure that defines a point (integer) More...

#include <SDL_rect.h>

Public Attributes

int x
 
int y
 

Detailed Description

The structure that defines a point (integer)

See also
SDL_EnclosePoints
SDL_PointInRect

Definition at line 48 of file SDL_rect.h.

Member Data Documentation

◆ x

int SDL_Point::x

Definition at line 50 of file SDL_rect.h.

◆ y

int SDL_Point::y

Definition at line 51 of file SDL_rect.h.


The documentation for this struct was generated from the following file: