diff options
author | Anni Ryynänen <anni@anniryynanen.com> | 2024-07-25 20:31:17 +0300 |
---|---|---|
committer | Anni Ryynänen <anni@anniryynanen.com> | 2024-07-26 16:56:27 +0300 |
commit | a56391be99b7f0dd12160e30e6f4afd74aa4b101 (patch) | |
tree | aa9e60ed0f614917bc50420b184672b4587f77ad /doc/classes | |
parent | e343dbbcc1030f04dc5833f1c19d267a17332ca9 (diff) | |
download | redot-engine-a56391be99b7f0dd12160e30e6f4afd74aa4b101.tar.gz |
Update documentation for places to receive InputEventShortcut
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/InputEventShortcut.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/InputEventShortcut.xml b/doc/classes/InputEventShortcut.xml index 3c698fd4fb..414dd7e8ce 100644 --- a/doc/classes/InputEventShortcut.xml +++ b/doc/classes/InputEventShortcut.xml @@ -4,7 +4,7 @@ Represents a triggered keyboard [Shortcut]. </brief_description> <description> - InputEventShortcut is a special event that can be received in [method Node._unhandled_key_input]. It is typically sent by the editor's Command Palette to trigger actions, but can also be sent manually using [method Viewport.push_input]. + InputEventShortcut is a special event that can be received in [method Node._input], [method Node._shortcut_input], and [method Node._unhandled_input]. It is typically sent by the editor's Command Palette to trigger actions, but can also be sent manually using [method Viewport.push_input]. </description> <tutorials> </tutorials> |