summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-06-13 17:19:23 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-06-13 17:19:23 +0200
commite988c1a682c9c9eb6407dc59bf6b52bd8f09277a (patch)
treeb0c00f3893e9e6a7f4701cf8cf547c720cd768dd /editor/animation_track_editor.h
parentfe61f94c7ed6a9eb3fb6cb17026a9060afbe75a5 (diff)
parent461bb8ee025c63965ff38929d6f8e84289c97ab5 (diff)
downloadredot-engine-e988c1a682c9c9eb6407dc59bf6b52bd8f09277a.tar.gz
Merge pull request #92870 from KoBeWi/maybe_RESET_a_bit_less
Don't allow creating invalid RESET keys
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r--editor/animation_track_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h
index 09f751c8dd..1498a948f5 100644
--- a/editor/animation_track_editor.h
+++ b/editor/animation_track_editor.h
@@ -727,6 +727,7 @@ public:
bool is_key_clipboard_active() const;
bool is_moving_selection() const;
bool is_snap_enabled() const;
+ bool can_add_reset_key() const;
float get_moving_selection_offset() const;
float snap_time(float p_value, bool p_relative = false);
bool is_grouping_tracks();