summaryrefslogtreecommitdiffstats
path: root/scene/gui/file_dialog.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2016-01-07 07:50:26 +0100
committerRémi Verschelde <remi@verschelde.fr>2016-01-07 07:50:26 +0100
commita0c39a4b333a2f05c9bb2ccf1be71ac8e18fc9a9 (patch)
tree65adefee4110375ba3653c1b952217dbf1ea4390 /scene/gui/file_dialog.h
parentc874ad3f52d383ea189f1cd70f07fb01b21e491f (diff)
parent3ca800226ece276d1ff568650134e8857840bfbb (diff)
downloadredot-engine-a0c39a4b333a2f05c9bb2ccf1be71ac8e18fc9a9.tar.gz
Merge pull request #3191 from neikeq/filedialog_hotkeys
Add keyboard shortcut to toggle "show hidden files" in FileDialog
Diffstat (limited to 'scene/gui/file_dialog.h')
-rw-r--r--scene/gui/file_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/file_dialog.h b/scene/gui/file_dialog.h
index 491655e4ce..b71a157fa7 100644
--- a/scene/gui/file_dialog.h
+++ b/scene/gui/file_dialog.h
@@ -117,6 +117,8 @@ private:
void _update_drives();
+ void _unhandled_input(const InputEvent& p_event);
+
virtual void _post_popup();
protected: