From 0699941f07535ff24763fd772dd4e8b8a9939e26 Mon Sep 17 00:00:00 2001 From: ConteZero Date: Wed, 24 Nov 2021 22:22:40 +0100 Subject: Add drag and drop to TextEdit --- doc/classes/TextEdit.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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). + + + + + Returns whether the mouse is over selection. If [code]edges[/code] is [code]true[/code], the edges are considered part of the selection. + + -- cgit v1.2.3