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:
Rémi Verschelde 2019-06-29 15:32:58 +02:00 committed by GitHub
commit a7fb50ec72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -360,6 +360,7 @@
<return type="int">
</return>
<description>
Returns the amount of time in milliseconds it took for the boot logo to appear.
</description>
</method>
<method name="get_static_memory_peak_usage" qualifiers="const">
@ -493,6 +494,7 @@
<return type="Rect2">
</return>
<description>
Returns unobscured area of the window where interactive controls should be rendered.
</description>
</method>
<method name="has_environment" qualifiers="const">