1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-02 19:01:36 +00:00

Merge pull request #50336 from SirQuartz/patch-20

Add description to `Viewport`
This commit is contained in:
Max Hilbrunner
2021-09-09 04:06:10 +02:00
committed by GitHub

View File

@@ -134,6 +134,7 @@
<return type="void" />
<argument index="0" name="text" type="String" />
<description>
Returns [code]true[/code] if the viewport is currently embedding windows.
</description>
</method>
<method name="push_unhandled_input">