summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorConteZero <one@contezero.com>2021-11-24 22:22:40 +0100
committerConteZero <one@contezero.com>2021-12-02 22:00:07 +0100
commit0699941f07535ff24763fd772dd4e8b8a9939e26 (patch)
tree6beacee7b5c57847f0128ca4961ffbcd31ffa91f /doc
parent892a5a72cd9b25dc660671b9f4244fd842884b9f (diff)
Add drag and drop to TextEdit
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/TextEdit.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml
index 16d8595b4e..d14f8a9b35 100644
--- a/doc/classes/TextEdit.xml
+++ b/doc/classes/TextEdit.xml
@@ -586,6 +586,13 @@
Returns whether the menu is visible. Use this instead of [code]get_menu().visible[/code] to improve performance (so the creation of the menu is avoided).
</description>
</method>
+ <method name="is_mouse_over_selection" qualifiers="const">
+ <return type="bool" />
+ <argument index="0" name="edges" type="bool" />
+ <description>
+ Returns whether the mouse is over selection. If [code]edges[/code] is [code]true[/code], the edges are considered part of the selection.
+ </description>
+ </method>
<method name="is_overtype_mode_enabled" qualifiers="const">
<return type="bool" />
<description>