SDL_FlipSurface - Man Page
Flip a surface vertically or horizontally.
Synopsis
#include <SDL3/SDL_surface.h> bool SDL_FlipSurface(SDL_Surface *surface, SDL_FlipMode flip);
Function Parameters
- surface
the surface to flip.
- flip
the direction to flip.
Return Value
Returns true on success or false on failure; call SDL_GetError() for more information.
Thread Safety
This function can be called on different threads with different surfaces.
Availability
This function is available since SDL 3.2.0.
Info
SDL 3.3.2 Simple Directmedia Layer SDL3 FUNCTIONS