class SDL_Rect : Object

public int x
public int y
public int w
public int h

public SDL_Rect( int x, int y, int w, int h )