diff options
Diffstat (limited to 'tools/editor/editor_file_dialog.h')
-rw-r--r-- | tools/editor/editor_file_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_file_dialog.h b/tools/editor/editor_file_dialog.h index b72b1fa4ef..5137d1f364 100644 --- a/tools/editor/editor_file_dialog.h +++ b/tools/editor/editor_file_dialog.h @@ -176,6 +176,8 @@ private: void _thumbnail_done(const String& p_path,const Ref<Texture>& p_preview, const Variant& p_udata); void _request_single_thumbnail(const String& p_path); + void _unhandled_input(const InputEvent& p_event); + protected: void _notification(int p_what); |