Merge pull request #84911 from Sauermann/fix-experimental-input-event
Mark `SubViewportContainer::_propagate_input_event` experimental
This commit is contained in:
commit
03204551f8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
<tutorials>
|
<tutorials>
|
||||||
</tutorials>
|
</tutorials>
|
||||||
<methods>
|
<methods>
|
||||||
<method name="_propagate_input_event" qualifiers="virtual const">
|
<method name="_propagate_input_event" qualifiers="virtual const" is_experimental="true">
|
||||||
<return type="bool" />
|
<return type="bool" />
|
||||||
<param index="0" name="event" type="InputEvent" />
|
<param index="0" name="event" type="InputEvent" />
|
||||||
<description>
|
<description>
|
||||||
|
|
Loading…
Reference in a new issue