Merge pull request #57894 from Sauermann/fix-subviewport-1
Fix unrestricted mouse-event propagation to SubViewports for Physics-Picking
This commit is contained in:
@ -159,7 +159,11 @@
|
||||
Calling this method will propagate calls to child nodes for following methods in the given order:
|
||||
- [method Node._input]
|
||||
- [method Control._gui_input] for [Control] nodes
|
||||
- [method Node._shortcut_input]
|
||||
- [method Node._unhandled_input]
|
||||
- [method Node._unhandled_key_input]
|
||||
If an earlier method marks the input as handled via [method set_input_as_handled], any later method in this list will not be called.
|
||||
If none of the methods handle the event and [member physics_object_picking] is [code]true[/code], the event is used for physics object picking.
|
||||
</description>
|
||||
</method>
|
||||
<method name="push_text_input">
|
||||
|
||||
Reference in New Issue
Block a user