Remove unnecessary focus methods and directly bind to 'set_close_on_escape'

This commit is contained in:
Robert Yevdokimov
2024-02-02 09:03:38 -05:00
parent 10e111477d
commit 690fd15356
4 changed files with 4 additions and 24 deletions

View File

@ -104,7 +104,6 @@ private:
void _set_event(const Ref<InputEvent> &p_event, const Ref<InputEvent> &p_original_event, bool p_update_input_list_selection = true);
void _on_listen_input_changed(const Ref<InputEvent> &p_event);
void _on_listen_focus_changed();
void _search_term_updated(const String &p_term);
void _update_input_list();