iPhoneKeyboard.autorotateToLandscapeLeft Manual     Reference     Scripting  
Scripting > Runtime Classes > iPhoneKeyboard
iPhoneKeyboard.autorotateToLandscapeLeft

static var autorotateToLandscapeLeft : bool

Description

Specifies whether the keyboard should be automatically rotated to LandscapeLeft orientation to match orientation of the device.

// Disallow keyboard to autorotate to LandscapeLeft orientation
function Start() {
iPhoneKeyboard.autorotateToLandscapeLeft = false;
}