This enumeration specifies the page curl types of effects which can be used.
Synopsis:
enum {
SCREEN_PAGE_CURL_BOTTOM_RIGHT = 0
SCREEN_PAGE_CURL_BOTTOM_LEFT = 1
SCREEN_PAGE_CURL_UPPER_RIGHT = 2
SCREEN_PAGE_CURL_UPPER_LEFT = 3
};
Data:
-
SCREEN_PAGE_CURL_BOTTOM_RIGHT
- Page curl from bottom right.
-
SCREEN_PAGE_CURL_BOTTOM_LEFT
- Page curl from bottom left.
-
SCREEN_PAGE_CURL_UPPER_RIGHT
- Page curl from upper right.
-
SCREEN_PAGE_CURL_UPPER_LEFT
- Page curl from upper left.
Library:
libscreen
Description: