CardOrientation
#include <bb/system/CardOrientation>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
The list of device orientations.
Since:
BlackBerry 10.0.0
Public Types Index
enum TypeUnspecified = 0, Portrait = 1, Landscape = 2 |
Public Types
The list of device orientations.
Since:
BlackBerry 10.0.0
- Unspecified = 0
The orientation is not known.
Since:BlackBerry 10.0.0
- Portrait = 1
The device is in a portrait orientation.
Since:BlackBerry 10.0.0
- Landscape = 2
The device is in a landscape orientation.
Since:BlackBerry 10.0.0