|
NAMESDL_Rect - Defines a rectangular areaSTRUCTURE DEFINITIONtypedef struct{ Sint16 x, y; Uint16 w, h; } SDL_Rect; STRUCTURE DATA
DESCRIPTIONA SDL_Rect defines a rectangular area of pixels. It is used by SDL_BlitSurface to define blitting regions and by several other video functions.SEE ALSOSDL_BlitSurface, SDL_UpdateRect
Visit the GSP FreeBSD Man Page Interface. |