SDL_Point
A structure that defines a point.
Data Fields
int |
x |
the x coordinate of the point |
int |
y |
the y coordinate of the point |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Structures