SDL_FlipSurface

Flip a surface vertically or horizontally.

extern (C) nothrow @nogc extern
bool
SDL_FlipSurface

Parameters

surface SDL_Surface*

the surface to flip.

flip SDL_FlipMode

the direction to flip.

Return Value

Type: bool

true on success or false on failure; call SDL_GetError() for more information.

Meta