SDL_FRect

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

extern (C) nothrow @nogc
struct SDL_FRect {}

Members

Variables

h
float h;
Undocumented in source.
w
float w;
Undocumented in source.
x
float x;
Undocumented in source.
y
float y;
Undocumented in source.

See Also

Meta