DisplayOrientation enum

SDL_DisplayOrientation.

Inheritance

Constructors

DisplayOrientation()
const

Values

unknown → const DisplayOrientation

SDL_ORIENTATION_UNKNOWN = 0

landscape → const DisplayOrientation

SDL_ORIENTATION_LANDSCAPE = 1

landscapeFlipped → const DisplayOrientation

SDL_ORIENTATION_LANDSCAPE_FLIPPED = 2

portrait → const DisplayOrientation

SDL_ORIENTATION_PORTRAIT = 3

portraitFlipped → const DisplayOrientation

SDL_ORIENTATION_PORTRAIT_FLIPPED = 4

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<DisplayOrientation>
A constant List of the values in this enum, in order of their declaration.