Display Orientation¶
Category: app
GitHub: cute_app.h
Represents the orientation style of a display.
Values¶
| Enum | Description |
|---|---|
CF_DISPLAY_ORIENTATION_UNKNOWN |
An unknown orientation. |
CF_DISPLAY_ORIENTATION_LANDSCAPE |
Landscape orientation. |
CF_DISPLAY_ORIENTATION_LANDSCAPE_FLIPPED |
Landscape orientation (upside down). |
CF_DISPLAY_ORIENTATION_PORTRAIT |
Portrait orientation. |
CF_DISPLAY_ORIENTATION_PORTRAIT_FLIPPED |
Portrait orientation (upside down). |