diff options
| author | Rémi Verschelde | 2016-06-04 15:58:07 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-06-04 15:58:07 +0200 |
| commit | 992a76b41a59de8aad28cf6bce918e7d17970e4e (patch) | |
| tree | be9031294f28a5d1dcc8aba538211b7ba5fe694f /tools/editor/editor_help.h | |
| parent | 0e122566d0dcb1e24ae8347ce4e03121df6478c1 (diff) | |
| parent | bf22e698229797284c3145c2750533c2eb4046cc (diff) | |
| download | godot-992a76b41a59de8aad28cf6bce918e7d17970e4e.tar.gz godot-992a76b41a59de8aad28cf6bce918e7d17970e4e.tar.zst godot-992a76b41a59de8aad28cf6bce918e7d17970e4e.zip | |
Merge pull request #5023 from volzhs/deselect-help
deselect in help when click somewhere
Diffstat (limited to 'tools/editor/editor_help.h')
| -rw-r--r-- | tools/editor/editor_help.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_help.h b/tools/editor/editor_help.h index f6dda9f54..c3d19894d 100644 --- a/tools/editor/editor_help.h +++ b/tools/editor/editor_help.h @@ -157,6 +157,7 @@ class EditorHelp : public VBoxContainer { void _scroll_changed(double p_scroll); void _class_list_select(const String& p_select); void _class_desc_select(const String& p_select); + void _class_desc_input(const InputEvent& p_input); Error _goto_desc(const String& p_class, int p_vscr=-1); //void _update_history_buttons(); |
