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

static var autorotateToLandscapeRight : boolean

Description

Specifies whether the keyboard should be automatically rotated to

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

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