diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2021-09-09 04:06:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 04:06:10 +0200 |
commit | e73eecfec5cc764d2a5eb7d0fdd50bc284e2467f (patch) | |
tree | c5fc203a17a25e603dd07f3a1df45c2da07a70dd /doc/classes | |
parent | 7413dcb4f46f5cee92729b67009605be2a9c867f (diff) | |
parent | 7e56b7083d9a30e45a5b21974911e87792157f87 (diff) |
Merge pull request #50336 from SirQuartz/patch-20
Add description to `Viewport`
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Viewport.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index 46f38e91f7..a02a23517f 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -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"> |