def primary_orientation?
#
enum Tput::Namespace::ScreenOrientation
Defined in:
tput/namespace.crEnum Members
-
PrimaryOrientation =
0
-
PortraitOrientation =
1
-
LandscapeOrientation =
2
-
InvertedPortraitOrientation =
4
-
InvertedLandscapeOrientation =
8
Instance Method Summary
- #inverted_landscape_orientation?
- #inverted_portrait_orientation?
- #landscape_orientation?
- #none?
- #portrait_orientation?
- #primary_orientation?