Improve descriptions for drag methods

This commit is contained in:
kobewi 2022-04-23 17:26:26 +02:00
parent 7d6f87899e
commit 31a23ab33f
3 changed files with 8 additions and 3 deletions

View file

@ -122,6 +122,7 @@
<return type="bool" />
<description>
Returns [code]true[/code] if the viewport is currently performing a drag operation.
Alternative to [constant Node.NOTIFICATION_DRAG_BEGIN] and [constant Node.NOTIFICATION_DRAG_END] when you prefer polling the value.
</description>
</method>
<method name="gui_release_focus">