Rose
Public Member Functions | Public Attributes | List of all members
rose::gm::RenderFlip Struct Reference

A Widget manipulator to indicate if and how rendering a texture should be flipped. More...

#include <GraphicsModel.h>

Public Member Functions

constexpr RenderFlip () noexcept
 Default constructor – No flipping.
 
constexpr RenderFlip (SDL_RendererFlip flip) noexcept
 Constructor – user specified flipping.
 

Public Attributes

SDL_RendererFlip mFlip
 

Detailed Description

A Widget manipulator to indicate if and how rendering a texture should be flipped.

The structure supports flipping on the Horizontal, Vertical or both axis.


The documentation for this struct was generated from the following file: