|
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;
}