Difference between revisions of "Application:getOrientation"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Returns the orientation of the application.<br /> | Returns the orientation of the application.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(string) = Application:getOrientation() | (string) = Application:getOrientation() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (string) Values "portrait", "portraitUpsideDown", "landscapeLeft", "landscapeRight"<br/> | + | '''Returns''' (string) <translate>Values "portrait", "portraitUpsideDown", "landscapeLeft", "landscapeRight"</translate><br/> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the orientation of the application.
(string) = Application:getOrientation()
Return values
Returns (string) Values "portrait", "portraitUpsideDown", "landscapeLeft", "landscapeRight"