mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Update Input Event Tutorial
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user