Difference between revisions of "Application:getOrientation"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m
 
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Returns the orientation of the application.
 
Returns the orientation of the application.
 
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(string) = application:getOrientation()
 
(string) = application:getOrientation()
Line 10: Line 9:
  
 
=== Return values ===
 
=== Return values ===
'''Returns''' (string) Values "portrait", "portraitUpsideDown", "landscapeLeft", "landscapeRight"
+
'''Returns''' (string) values can be "'''portrait'''", "'''portraitUpsideDown'''", "'''landscapeLeft'''", "'''landscapeRight'''"
  
 
{{Application}}
 
{{Application}}

Latest revision as of 20:28, 15 December 2023

Available since: Gideros 2011.6
Class: Application

Description

Returns the orientation of the application.

(string) = application:getOrientation()

Return values

Returns (string) values can be "portrait", "portraitUpsideDown", "landscapeLeft", "landscapeRight"