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 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.