diff options
author | the-sink <lucianedean@gmail.com> | 2023-08-30 22:10:12 -0700 |
---|---|---|
committer | the-sink <lucianedean@gmail.com> | 2023-09-28 18:00:34 -0700 |
commit | cbdb23e7eeaa77d14d82fabbac4772cbd951e102 (patch) | |
tree | 7fa1470506a5789c54d2586dbe5d424b49cb310f /editor/animation_track_editor.h | |
parent | bc88dca176cef6b8943ded58c68a60f7c127baea (diff) | |
download | redot-engine-cbdb23e7eeaa77d14d82fabbac4772cbd951e102.tar.gz |
Select node when clicked in AnimationPlayer timeline
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r-- | editor/animation_track_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h index cef726f6c0..f7ee229c75 100644 --- a/editor/animation_track_editor.h +++ b/editor/animation_track_editor.h @@ -349,6 +349,8 @@ class AnimationTrackEditGroup : public Control { protected: void _notification(int p_what); + virtual void gui_input(const Ref<InputEvent> &p_event) override; + public: void set_type_and_name(const Ref<Texture2D> &p_type, const String &p_name, const NodePath &p_node); virtual Size2 get_minimum_size() const override; |