You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Mark SubViewportContainer::_propagate_input_event experimental
The function got introduced during 4.2-dev and it was discussed, if it could be implemented in a way that also allows InputEvent filtering during `Node._process`. Let's keep this function experimental for the moment, in case we implement a general solution.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="_propagate_input_event" qualifiers="virtual const">
|
||||
<method name="_propagate_input_event" qualifiers="virtual const" is_experimental="true">
|
||||
<return type="bool" />
|
||||
<param index="0" name="event" type="InputEvent" />
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user