Display Orientation¶
Category: app
GitHub: cute_app.h
Represents the orientation style of a display.
Values¶
Enum | Description |
---|---|
DISPLAY_ORIENTATION_UNKNOWN | An unknown orientation. |
DISPLAY_ORIENTATION_LANDSCAPE | Landscape orientation. |
DISPLAY_ORIENTATION_LANDSCAPE_FLIPPED | Landscape orientation (upside down). |
DISPLAY_ORIENTATION_PORTRAIT | Portrait orientation. |
DISPLAY_ORIENTATION_PORTRAIT_FLIPPED | Portrait orientation (upside down). |