From 8ac2e2ac20d567c1860b2ac98003609733ad7389 Mon Sep 17 00:00:00 2001 From: Markus Sauermann <6299227+Sauermann@users.noreply.github.com> Date: Tue, 14 Nov 2023 21:34:46 +0100 Subject: [PATCH] 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. --- doc/classes/SubViewportContainer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/SubViewportContainer.xml b/doc/classes/SubViewportContainer.xml index e7d7883c786..e47e27c0ce7 100644 --- a/doc/classes/SubViewportContainer.xml +++ b/doc/classes/SubViewportContainer.xml @@ -11,7 +11,7 @@ - +