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 orientation is upright. |
PortraitFlipped | Portrait mode oriented downward. |