Merge pull request #112714 from SirishaDuba/fix-typo-mousebehavior

Fix typo in MouseBehaviorRecursive enum description in Control class
This commit is contained in:
Thaddeus Crews 2025-11-14 14:22:51 -06:00
commit f66fc72374
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -1257,7 +1257,7 @@
Prevents the control from receiving mouse input. [method get_mouse_filter_with_override] will return [constant MOUSE_FILTER_IGNORE].
</constant>
<constant name="MOUSE_BEHAVIOR_ENABLED" value="2" enum="MouseBehaviorRecursive">
Allows the control to be receive mouse input, depending on the [member mouse_filter]. This can be used to ignore the parent's [member mouse_behavior_recursive]. [method get_mouse_filter_with_override] will return the [member mouse_filter].
Allows the control to receive mouse input, depending on the [member mouse_filter]. This can be used to ignore the parent's [member mouse_behavior_recursive]. [method get_mouse_filter_with_override] will return the [member mouse_filter].
</constant>
<constant name="NOTIFICATION_RESIZED" value="40">
Sent when the node changes size. Use [member size] to get the new size.