This enumeration specifies the rotation types of effects which can be used.
Synopsis:
enum {
SCREEN_ROTATE_DIRECTION_CW = 0
SCREEN_ROTATE_DIRECTION_CCW = 1
};
Data:
-
SCREEN_ROTATE_DIRECTION_CW
- Rotate in clockwise direction.
-
SCREEN_ROTATE_DIRECTION_CCW
- Rotate in clockwise direction.
Library:
libscreen
Description: