Update Input Event Tutorial

This commit is contained in:
Markus Sauermann
2022-11-29 16:34:25 +01:00
parent f133c1ce64
commit d2a75723da
2 changed files with 48 additions and 17 deletions
+4 -4
View File
@@ -38,10 +38,10 @@ Input
-----
:ref:`Viewports <class_Viewport>` are also responsible for delivering properly adjusted and
scaled input events to all their children nodes. Typically, input is received by the
nearest :ref:`Viewport <class_Viewport>` in the tree, but you can set :ref:`Viewports <class_Viewport>` not to receive input by checking
'Disable Input' to 'on'; this will allow the next nearest :ref:`Viewport <class_Viewport>` in the tree to capture
the input.
scaled input events to their children nodes. By default :ref:`SubViewports <class_SubViewport>` don't
automatically receive input, unless they receive it from their direct
:ref:`SubViewportContainer <class_SubViewportContainer>` parent node. In this case, input can be
disabled with the :ref:`Disable Input <class_Viewport_property_gui_disable_input>` property.
.. image:: img/input.png