SDL 3.0
SDL_Rect Struct Reference

#include <SDL_rect.h>

Data Fields

int x
 
int y
 
int w
 
int h
 

Detailed Description

Field Documentation

◆ h

int SDL_Rect::h

Definition at line 79 of file SDL_rect.h.

Referenced by SDL_PointInRect(), SDL_RectEmpty(), and SDL_RectsEqual().

◆ w

int SDL_Rect::w

Definition at line 79 of file SDL_rect.h.

Referenced by SDL_PointInRect(), SDL_RectEmpty(), and SDL_RectsEqual().

◆ x

int SDL_Rect::x

Definition at line 78 of file SDL_rect.h.

Referenced by SDL_PointInRect(), and SDL_RectsEqual().

◆ y

int SDL_Rect::y

Definition at line 78 of file SDL_rect.h.

Referenced by SDL_PointInRect(), and SDL_RectsEqual().


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