iPhoneKeyboard.autorotateToLandscapeRight 自动旋转到右横向
static var autorotateToLandscapeRight : bool
Description描述
Specifies whether the keyboard should be automatically rotated to LandscapeRight orientation to match orientation of the device.
指定键盘是否应该自动旋转到LandscapeRight 定位来匹配的定位装置
// Disallow keyboard to autorotate to LandscapeRight orientation
//不允许键盘去自动转向LandscapeRight 方向
function Start() {
iPhoneKeyboard.autorotateToLandscapeRight = false;
}
最后修改:2011年4月8日 Friday 15:42