SDL  2.0
SDL_FRect Struct Reference

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

#include <SDL_rect.h>

Data Fields

float x
 
float y
 
float w
 
float h
 

Detailed Description

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

Definition at line 87 of file SDL_rect.h.

Field Documentation

◆ h

◆ w

◆ x

◆ y


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