mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08: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:
parent
c455cb6555
commit
8ac2e2ac20
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user