#include <RotateImage.h>
Public Attributes | |
int | RotationMode |
Rotation Mode. | |
SDL_Surface * | OldSurface |
Old surface. | |
SDL_Surface * | LockedSurface |
Location of locked surface. | |
int | VCS_Locked |
Number of times locked, for recursive locks. |
When it's locked, however, the the surface is unrotated to match the fake values; then re-rotated upon unlock.
Definition at line 36 of file RotateImage.h.