Difference between revisions of "Screen:getSize"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2017.8<br/> | |
− | ''' | + | '''Class:''' [[Screen]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Returns the width and height of the screen. | |
− | < | + | <syntaxhighlight lang="lua"> |
(number), (number) = Screen:getSize() | (number), (number) = Screen:getSize() | ||
− | </ | + | </syntaxhighlight> |
− | === | + | |
− | ''' | + | === Return values === |
− | ''' | + | '''Returns''' (number) the screen width<br/> |
+ | '''Returns''' (number) the screen height<br/> | ||
{{Screen}} | {{Screen}} |
Latest revision as of 14:32, 13 July 2023
Available since: Gideros 2017.8
Class: Screen
Description
Returns the width and height of the screen.
(number), (number) = Screen:getSize()
Return values
Returns (number) the screen width
Returns (number) the screen height