Difference between revisions of "Application:getScreenDensity"

From GiderosMobile
m
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
Returns the screen density in pixels per inch. If screen density information is not available, returns ''nil''.
 
Returns the screen density in pixels per inch. If screen density information is not available, returns ''nil''.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(number) = application:getScreenDensity()
 
(number) = application:getScreenDensity()
</source>
+
</syntaxhighlight>
  
 
=== Return values ===
 
=== Return values ===

Latest revision as of 17:58, 12 July 2023

Available since: Gideros 2012.09.2
Class: Application

Description

Returns the screen density in pixels per inch. If screen density information is not available, returns nil.

(number) = application:getScreenDensity()

Return values

Returns (number) if available returns the screen density in pixels per inch, otherwise returns nil