diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-05 14:03:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 14:03:39 +0200 |
commit | f00803b8a5e1e8c584424bc2e86f83f061857dad (patch) | |
tree | f2dc980175d0200034cf84e89a6a3c8091c20db8 /editor/plugins/animation_player_editor_plugin.h | |
parent | c91f4ac4192d44fd22c67626eb520d70194ca72e (diff) | |
parent | d1207a0504329ea4da17753697785e227f53328e (diff) |
Merge pull request #56695 from bruvzg/mod_unicode_input
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.h')
-rw-r--r-- | editor/plugins/animation_player_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.h b/editor/plugins/animation_player_editor_plugin.h index 850751e47a..4f6a9c534f 100644 --- a/editor/plugins/animation_player_editor_plugin.h +++ b/editor/plugins/animation_player_editor_plugin.h @@ -204,7 +204,7 @@ class AnimationPlayerEditor : public VBoxContainer { void _animation_key_editor_seek(float p_pos, bool p_drag, bool p_timeline_only = false); void _animation_key_editor_anim_len_changed(float p_len); - virtual void unhandled_key_input(const Ref<InputEvent> &p_ev) override; + virtual void shortcut_input(const Ref<InputEvent> &p_ev) override; void _animation_tool_menu(int p_option); void _onion_skinning_menu(int p_option); |