Package io.github.libsdl4j.api.surface
Interface SDL_blit
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SDL_blit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
SDL_BlitSurface(SDL_Surface src, SDL_Rect srcRect, SDL_Surface dst, SDL_Rect dstRect)
The prototype of any and all functions used for surface blitting functions.
-
-
-
Method Detail
-
SDL_BlitSurface
int SDL_BlitSurface(SDL_Surface src, SDL_Rect srcRect, SDL_Surface dst, SDL_Rect dstRect)
The prototype of any and all functions used for surface blitting functions.
-
-