enum

Tput::Namespace::ScreenOrientation

Inherits Enum / Comparable / Value / Object

Constants

PrimaryOrientation = 0
PortraitOrientation = 1
LandscapeOrientation = 2
InvertedPortraitOrientation = 4
InvertedLandscapeOrientation = 8
None = 0
All = 15

Instance methods

inverted_landscape_orientation?

Returns true if this enum value contains InvertedLandscapeOrientation

Source
inverted_portrait_orientation?

Returns true if this enum value contains InvertedPortraitOrientation

Source
landscape_orientation?

Returns true if this enum value contains LandscapeOrientation

Source
none?
Source
portrait_orientation?

Returns true if this enum value contains PortraitOrientation

Source
primary_orientation?

Returns true if this enum value contains PrimaryOrientation

Source