-
Notifications
You must be signed in to change notification settings - Fork 73
Sdl SurfaceBlit
Tangent 128 edited this page Mar 28, 2015
·
3 revisions
Blit a surface.
ret, rect, err = function Surface:blit(surface, srcrect, dstrect)
- surface, the other surface to blit (see Surface)
- srcrect, (optional) the source rectangle (see Rect)
- dstrect, (optional) the destination rectangle (see Rect)
- ret, true on success or nil
- rect, the modified dstrect if needed or nil if failed
- err, the error message