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

static var autorotateToLandscapeLeft : boolean

Description

Specifies whether the keyboard should be automatically rotated to

LandscapeLeft orientation to match orientation of the device. Ignored on Android.

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