Fix typo in Control enum description (MouseBehaviorRecursive)
This commit is contained in:
@ -1257,7 +1257,7 @@
|
|||||||
Prevents the control from receiving mouse input. [method get_mouse_filter_with_override] will return [constant MOUSE_FILTER_IGNORE].
|
Prevents the control from receiving mouse input. [method get_mouse_filter_with_override] will return [constant MOUSE_FILTER_IGNORE].
|
||||||
</constant>
|
</constant>
|
||||||
<constant name="MOUSE_BEHAVIOR_ENABLED" value="2" enum="MouseBehaviorRecursive">
|
<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>
|
||||||
<constant name="NOTIFICATION_RESIZED" value="40">
|
<constant name="NOTIFICATION_RESIZED" value="40">
|
||||||
Sent when the node changes size. Use [member size] to get the new size.
|
Sent when the node changes size. Use [member size] to get the new size.
|
||||||
|
|||||||
Reference in New Issue
Block a user