diff options
| author | volzhs | 2016-06-04 03:11:34 +0900 |
|---|---|---|
| committer | volzhs | 2016-06-04 03:11:34 +0900 |
| commit | bf22e698229797284c3145c2750533c2eb4046cc (patch) | |
| tree | ffb81baabbcbd7fc50ebe9d05ad3d13724848fc2 /tools/editor/editor_help.h | |
| parent | b38ee6b1f98bea4c4870722cae2e3260ff1ef4d3 (diff) | |
| download | godot-bf22e698229797284c3145c2750533c2eb4046cc.tar.gz godot-bf22e698229797284c3145c2750533c2eb4046cc.tar.zst godot-bf22e698229797284c3145c2750533c2eb4046cc.zip | |
deselect in help when click somewhere
Diffstat (limited to '')
| -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(); |
