Can I handle InputEvent of a node in another node?

Apparently, I misunderstood you, sorry.

Without overwriting _input() or _unhandled_input() or any of the other input event functions, that are available for nodes, you can connect to the following signals , that are provided by specialized nodes, in order to get notified, when a different node receives an InputEvent:

Here is a complete overview:

2 Likes