summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-09-22 09:04:38 +0200
committerGitHub <noreply@github.com>2021-09-22 09:04:38 +0200
commite305030522e2b79398a82dcd3c63ce078b804fac (patch)
treeec33f8edf5ca6818d74528f6c384828b28859c29 /doc/classes
parent8b31993ef694b8ef62df0dd876d0c462ae10a11f (diff)
parent824259aca02f0bd7356f98289cad3a033fe8955a (diff)
Merge pull request #47422 from skyace65/EventPosition
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Control.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml
index 6602764cd4..c9a2de66a8 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -137,6 +137,7 @@
* control is obstructed by another [Control] on top of it, which doesn't have [member mouse_filter] set to [constant MOUSE_FILTER_IGNORE];
* control's parent has [member mouse_filter] set to [constant MOUSE_FILTER_STOP] or has accepted the event;
* it happens outside the parent's rectangle and the parent has either [member rect_clip_content] enabled.
+ [b]Note:[/b] Event position is relative to the control origin.
</description>
</method>
<method name="_has_point" qualifiers="virtual const">