Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2012-06-01 23:09:09
Size: 562
Comment: Initial docs for SDL_RendererFlip
Revision 2 as of 2013-08-24 19:09:35
Size: 561
Editor: Sam Lantinga
Comment: The enumeration is SDL_RendererFlip, not SDL_RendererFlags.
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
= SDL_RendererFlags = = SDL_RendererFlip =

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

You can add useful comments here


CategoryEnum, CategoryRender

None: SDL_RendererFlip (last edited 2014-11-04 22:18:05 by PhilippWiesemann)

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