diff options
| author | Robert Colton <robertbcolton@gmail.com> | 2019-11-24 10:45:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-24 10:45:04 -0500 |
| commit | c99f6453b952d3a3ae68a31ebfb6cba9739606ed (patch) | |
| tree | edd6069ed05c8b2ebcf9bca90431a3fb836f31c0 /doc/classes | |
| parent | 636bc5c32f07050fb387a7f8f5f78f7dc9aef7be (diff) | |
| download | redot-engine-c99f6453b952d3a3ae68a31ebfb6cba9739606ed.tar.gz | |
Update Viewport.xml
Add description for gui_is_dragging to document drag and drop behavior.
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 9bc46881f9..4effe9aad2 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -126,6 +126,7 @@ <return type="bool"> </return> <description> + Returns [code]true[/code] if the viewport is currently performing a drag operation. </description> </method> <method name="input"> |
