Improve the OS get_screen_*
methods' documentation
This commit is contained in:
parent
2078dcbe15
commit
5c2bb56979
1 changed files with 3 additions and 3 deletions
|
@ -326,7 +326,7 @@
|
||||||
<argument index="0" name="screen" type="int" default="-1">
|
<argument index="0" name="screen" type="int" default="-1">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Returns the dots per inch density of the specified screen.
|
Returns the dots per inch density of the specified screen. If [code]screen[/code] is [/code]-1[/code] (the default value), the current screen will be used.
|
||||||
On Android devices, the actual screen densities are grouped into six generalized densities:
|
On Android devices, the actual screen densities are grouped into six generalized densities:
|
||||||
[codeblock]
|
[codeblock]
|
||||||
ldpi - 120 dpi
|
ldpi - 120 dpi
|
||||||
|
@ -344,7 +344,7 @@
|
||||||
<argument index="0" name="screen" type="int" default="-1">
|
<argument index="0" name="screen" type="int" default="-1">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Returns the position of the specified screen by index. If no screen index is provided, the current screen will be used.
|
Returns the position of the specified screen by index. If [code]screen[/code] is [/code]-1[/code] (the default value), the current screen will be used.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_screen_size" qualifiers="const">
|
<method name="get_screen_size" qualifiers="const">
|
||||||
|
@ -353,7 +353,7 @@
|
||||||
<argument index="0" name="screen" type="int" default="-1">
|
<argument index="0" name="screen" type="int" default="-1">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Returns the dimensions in pixels of the specified screen.
|
Returns the dimensions in pixels of the specified screen. If [code]screen[/code] is [/code]-1[/code] (the default value), the current screen will be used.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_splash_tick_msec" qualifiers="const">
|
<method name="get_splash_tick_msec" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue