Enum DisplayOrientation
Specifies the display orientation.
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
[Flags]
public enum DisplayOrientation
Fields
| Name | Description |
|---|---|
| Default | Default orientation. |
| LandscapeLeft | Landscape left. |
| LandscapeRight | Landscape right. |
| Portrait | Portrait up. |
| PortraitFlipped | Portrait down. |