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

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

#include <SDL_rect.h>

Public Attributes

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.

Member Data Documentation

◆ h

float SDL_FRect::h

Definition at line 92 of file SDL_rect.h.

◆ w

float SDL_FRect::w

Definition at line 91 of file SDL_rect.h.

◆ x

float SDL_FRect::x

Definition at line 89 of file SDL_rect.h.

◆ y

float SDL_FRect::y

Definition at line 90 of file SDL_rect.h.


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