Wiki Page Content

Revision 5 as of 2013-11-14 18:07:19

Clear message

SDL_RendererFlip

An enumeration of flags that can be used in the flip parameter for SDL_RenderCopyEx.

Values

SDL_FLIP_NONE

do not flip

SDL_FLIP_HORIZONTAL

flip horizontally

SDL_FLIP_VERTICAL

flip vertically

Code Examples

You can add your code example here

Remarks

If you want to do a diagonal flip (both horizontal and vertical), use bitwise or ('|' operator).


CategoryEnum, CategoryRender

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit