orientationLandscapeLeft constant

int const orientationLandscapeLeft

Landscape orientation left.

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

Implementation

static const int orientationLandscapeLeft = 2;