SDL_Rect

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

extern (C) nothrow @nogc
struct SDL_Rect {}

Members

Variables

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

See Also

Meta