Explorar el Código

Merge pull request #47422 from skyace65/EventPosition

Rémi Verschelde hace 4 años
padre
commit
e305030522
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      doc/classes/Control.xml

+ 1 - 0
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">