Why Node._input() are called before Control._input_event()?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By romainpic
:warning: Old Version Published before Godot 3 was released.

In the documentation (http://docs.godotengine.org/en/latest/tutorials/engine/inputevent.html#how-does-it-work), you said that Control._input_event() is called before Node._input()), but in Godot the opposite occurs.

How did you test it?
would you describe how scene tree is made?

volzhs | 2016-04-12 00:52

2.0 received some updates on how Control input is handled, and it is possible that this particular docs page is a bit outdated.

Bojidar Marinov | 2016-04-12 07:57

You can download my sample scene: http://ovh.to/Usp3rC3

romainpic | 2016-04-12 17:25