Difference between revisions of "Screen:getMaxSize"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''<translate>Available since</translate>:''' Gideros 2017.8<br/>
 
'''<translate>Available since</translate>:''' Gideros 2017.8<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/Screen|Screen]]<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate>Returns the maximum size this screen can have, typically the display size for a windowed system.</translate>
 
<translate>Returns the maximum size this screen can have, typically the display size for a windowed system.</translate>

Revision as of 10:27, 24 August 2018

Available since: Gideros 2017.8
Class: Screen

Description

Returns the maximum size this screen can have, typically the display size for a windowed system.

(number), (number) = Screen:getMaxSize()

Return values

Returns (number) The Screen's maximum width
Returns (number) The Screen's maximum height