summaryrefslogtreecommitdiffstats
path: root/scene/gui/file_dialog.h
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2015-12-29 00:36:48 +0100
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2016-01-02 12:58:38 +0100
commit3ca800226ece276d1ff568650134e8857840bfbb (patch)
tree9358010e66f63e475c59013d5ab71f2a5fbe0808 /scene/gui/file_dialog.h
parent4dba503fc3bee79ceedd69738c02f2fcf5cad27f (diff)
downloadredot-engine-3ca800226ece276d1ff568650134e8857840bfbb.tar.gz
FileDialog: keyboard shortcut to toggle "show hidden files"
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 370088b215..0f6cb14668 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: