Merge pull request #61088 from groud/keep_unhandled_events_on_pass

This commit is contained in:
Rémi Verschelde 2022-05-17 23:50:55 +02:00 committed by GitHub
commit 5c79782c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 77 additions and 26 deletions

View file

@ -381,7 +381,7 @@ private:
bool disable_input = false;
void _gui_call_input(Control *p_control, const Ref<InputEvent> &p_input);
bool _gui_call_input(Control *p_control, const Ref<InputEvent> &p_input);
void _gui_call_notification(Control *p_control, int p_what);
void _gui_sort_roots();