godot/scene
Gil Arasa Verge f144ec9e67 Clicking backgrd. dimming of editor popup stops input event propagation
A click on the dimmed background of a popup in the editor should stop the input event from propagating to the background.

This solution reuses the system introduced in commit efc3ffb8, taking advantage of the hide() notifications from the modal where we will set the flag "pass_on_modal_close_click(false)" to stop event handling at the viewport input event handling.
The viewport first hides the modal and after marks the input as handled if the flag mentioned above is set.

Fixes #36341

(cherry picked from commit 35bc88ca34)
2020-03-25 11:38:54 +01:00
..
2d Remove unused classes and stray headers 2020-03-25 11:38:54 +01:00
3d
animation Added new method to replace an already added node to the animation state machine 2020-03-25 11:38:54 +01:00
audio
debugger
gui Clicking backgrd. dimming of editor popup stops input event propagation 2020-03-25 11:38:54 +01:00
main
resources Remove unused classes and stray headers 2020-03-25 11:38:54 +01:00
SCsub
register_scene_types.cpp
register_scene_types.h
scene_string_names.cpp
scene_string_names.h