Merge pull request #30186 from Anutrix/os-doc-upd
Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area()
This commit is contained in:
commit
a7fb50ec72
1 changed files with 2 additions and 0 deletions
|
@ -360,6 +360,7 @@
|
||||||
<return type="int">
|
<return type="int">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the amount of time in milliseconds it took for the boot logo to appear.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_static_memory_peak_usage" qualifiers="const">
|
<method name="get_static_memory_peak_usage" qualifiers="const">
|
||||||
|
@ -493,6 +494,7 @@
|
||||||
<return type="Rect2">
|
<return type="Rect2">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns unobscured area of the window where interactive controls should be rendered.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="has_environment" qualifiers="const">
|
<method name="has_environment" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue