|
Rose
|
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 |
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.
1.8.13