1
0
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:
Markus Sauermann
2023-11-14 21:34:46 +01:00
parent c455cb6555
commit 8ac2e2ac20

View File

@@ -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>