mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 20:29:03 +00:00
* Fix: Propagation of _gui_input() _gui_input() calls only propagate up the scene tree for mouse events with appropriate filter flags. Keyboard and controller events do not propagate through _gui_input(). Places entire description of _gui_input() propagation in one location, marks it as a note to separate it from surrounding input propagation, and updates the description to include behavior of keyboard and controller events.