diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-11-25 14:26:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 14:26:10 +0100 |
commit | 5378a8f5b0d58b1622e737a39823ef5639e58405 (patch) | |
tree | bd06581abcb998d9810cb4afc466e4195884c6d4 /doc | |
parent | f6e57517679d05d8ac43eee51ddf0b4f1de3859c (diff) | |
parent | c99f6453b952d3a3ae68a31ebfb6cba9739606ed (diff) |
Merge pull request #33861 from RobertBColton/patch-1
Update Viewport.xml
Diffstat (limited to 'doc')
-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"> |