From 61b447f4a5ce71413d9e2cc1c2b874f5a7dae472 Mon Sep 17 00:00:00 2001 From: Calcilore <50517560+Calcilore@users.noreply.github.com> Date: Tue, 25 Apr 2023 04:04:56 +1000 Subject: [PATCH] Fix typo in inputevent.rst Indivitual was changed to Individual --- tutorials/inputs/inputevent.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/inputs/inputevent.rst b/tutorials/inputs/inputevent.rst index 82fce4a65..8df0f5565 100644 --- a/tutorials/inputs/inputevent.rst +++ b/tutorials/inputs/inputevent.rst @@ -133,7 +133,7 @@ methods has to be used: 1. Use a :ref:`SubViewportContainer `, which automatically sends events to its child :ref:`SubViewports ` during :ref:`Node._input() ` and :ref:`Node._unhandled_input() `. -2. Implement event propagation based on the indivitual requirements. +2. Implement event propagation based on the individual requirements. GUI events also travel up the scene tree but, since these events target specific Controls, only direct ancestors of the targeted Control node receive the event.