mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #112714 from SirishaDuba/fix-typo-mousebehavior
Fix typo in MouseBehaviorRecursive enum description in Control class
This commit is contained in:
commit
f66fc72374
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].
|
||||
</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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue