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

A rectangle, with the origin at the upper left (integer). More...

#include <SDL_rect.h>

Public Attributes

int x
 
int y
 
int w
 
int h
 

Detailed Description

A rectangle, with the origin at the upper left (integer).

See also
SDL_RectEmpty
SDL_RectEquals
SDL_HasIntersection
SDL_IntersectRect
SDL_UnionRect
SDL_EnclosePoints

Definition at line 77 of file SDL_rect.h.

Member Data Documentation

◆ h

int SDL_Rect::h

Definition at line 80 of file SDL_rect.h.

◆ w

int SDL_Rect::w

Definition at line 80 of file SDL_rect.h.

◆ x

int SDL_Rect::x

Definition at line 79 of file SDL_rect.h.

◆ y

int SDL_Rect::y

Definition at line 79 of file SDL_rect.h.


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