orientationLandscapeRight constant

int const orientationLandscapeRight

Landscape orientation right.

Android does not distinguish between left/right, and will treat this the same way as orientationLandscapeLeft.

Implementation

static const int orientationLandscapeRight = 3;