mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix typo in Control enum description (MouseBehaviorRecursive)
This commit is contained in:
parent
e6aa06d3de
commit
79fe28b456
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue