Orientation#
Fully qualified name: omni::platforminfo::Orientation
Defined in omni/platforminfo/IDisplayInfo.h
-
enum class omni::platforminfo::Orientation#
Possible display orientation names.
These indicate how the screen is rotated from its native default orientation. The rotation angle is considered in a clockwise direction.
Values:
-
enumerator eDefault#
The natural display orientation for the display.
-
enumerator e90#
The image is rotated 90 degrees clockwise.
-
enumerator e180#
The image is rotated 180 degrees clockwise.
-
enumerator e270#
The image is rotated 270 degrees clockwise.
-
enumerator eDefault#