diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-20 11:12:07 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-20 11:12:07 +0100 |
| commit | 07254d9b1b88ba3a4af0c36d8d937f9042bac020 (patch) | |
| tree | c486987ff12f2f87b4f9b42433d0af2e3aeda711 /doc/classes/Control.xml | |
| parent | c187d6522b651abedf24632b7219f15caba7d401 (diff) | |
| parent | f9a758772ad7461d57c81b37ccf43e7b0f4ef0de (diff) | |
| download | redot-engine-07254d9b1b88ba3a4af0c36d8d937f9042bac020.tar.gz | |
Merge pull request #88443 from Mickeon/documentation-hunting-for-deprecated
Update many Deprecated/Experimental descriptions for consistency
Diffstat (limited to 'doc/classes/Control.xml')
| -rw-r--r-- | doc/classes/Control.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 07f41192f7..a13bf0870d 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -1158,12 +1158,12 @@ [b]Note:[/b] [member CanvasItem.z_index] doesn't affect which Control receives the notification. See also [constant NOTIFICATION_MOUSE_EXIT_SELF]. </constant> - <constant name="NOTIFICATION_MOUSE_ENTER_SELF" value="60" experimental=""> + <constant name="NOTIFICATION_MOUSE_ENTER_SELF" value="60" experimental="The reason this notification is sent may change in the future."> Sent when the mouse cursor enters the control's visible area, that is not occluded behind other Controls or Windows, provided its [member mouse_filter] lets the event reach it and regardless if it's currently focused or not. [b]Note:[/b] [member CanvasItem.z_index] doesn't affect which Control receives the notification. See also [constant NOTIFICATION_MOUSE_ENTER]. </constant> - <constant name="NOTIFICATION_MOUSE_EXIT_SELF" value="61" experimental=""> + <constant name="NOTIFICATION_MOUSE_EXIT_SELF" value="61" experimental="The reason this notification is sent may change in the future."> Sent when the mouse cursor leaves the control's visible area, that is not occluded behind other Controls or Windows, provided its [member mouse_filter] lets the event reach it and regardless if it's currently focused or not. [b]Note:[/b] [member CanvasItem.z_index] doesn't affect which Control receives the notification. See also [constant NOTIFICATION_MOUSE_EXIT]. |
