Manual     Reference     Scripting  
  
Scripting > Runtime Classes > iPhoneKeyboard   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Enumerations
  • History
  • Index
  • iPhoneKeyboard
  • All Members
  • Variables
  • active
  • done
  • text
  • Class Variables
  • area
  • autorotateToLandscapeLeft
  • autorotateToLandscapeRight
  • autorotateToPortrait
  • autorotateToPortraitUpsideDown
  • hideInput
  • visible
  • Class Functions
  • Open

iPhoneKeyboard.autorotateToPortraitUpsideDown  

static var autorotateToPortraitUpsideDown : boolean

Description

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

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