Rect

A rectangle.

That's it.

Nothing else.

It's a rectangle, what more do you want?

Constructors

this
this(int x, int y, int w, int h)

Constructs the Rect from four integers

Alias This

sdl

Members

Variables

sdl
SDL_Rect sdl;

The wrapped SDL rectangle

Meta