Table of Contents

Enum DisplayOrientation

Namespace
Sdl3Sharp.Video.Windowing
Assembly
Sdl3Sharp.dll

Represents the orientation of a display

public enum DisplayOrientation

Fields

Landscape = 1

The display is in landscape mode, with the right side up, relative to the display in portrait mode

LandscapeFlipped = 2

The display is in landscape mode, with the left side up, relative to the display in portrait mode

Portrait = 3

The display is in portrait mode

PortraitFlipped = 4

The display is in portrait mode, upside down

Unknown = 0

The display orientation can't be determined