Navigator screen orientation
Screen orientation modes.
Synopsis:
#include <bps/navigator.h>
enum {
NAVIGATOR_LANDSCAPE = 0
NAVIGATOR_PORTRAIT = 1
};
Data:
- NAVIGATOR_LANDSCAPE
- Indicates that the screen is in landscape mode (the longer sides of the device are positioned at the bottom and top while the shorter sides are on the sides).
- NAVIGATOR_PORTRAIT
- Indicates that the screen is in portrait mode.
-
(the shorter sides of the device are positioned at the bottom and top while the longer sides are on the sides).
Library:
libbpsDescription:
This enumeration defines the different orientation modes that the screen of the device can be in.