iPhoneKeyboard.autorotateToLandscapeRightstatic var autorotateToLandscapeRight : booleanDescriptionSpecifies whether the keyboard should be automatically rotated to LandscapeRight orientation to match orientation of the device.
// Disallow keyboard to autorotate to LandscapeRight orientation
function Start() { iPhoneKeyboard.autorotateToLandscapeRight = false; } |
