Application:setOrientation
From GiderosMobile
Available since: Gideros 2011.6
Description
Sets the orientation of the application. Accepted values are:
<ul>
<li>Application.PORTRAIT = "portrait"</li>
<li>Application.PORTRAIT_UPSIDE_DOWN = "portraitUpsideDown"</li>
<li>Application.LANDSCAPE_LEFT = "landscapeLeft"</li>
<li>Application.LANDSCAPE_RIGHT = "landscapeRight"</li>
</ul>
Application:setOrientation(orientation)
'orientation: (string) '