diff options
author | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2024-02-25 12:18:49 +0100 |
---|---|---|
committer | Markus Sauermann <6299227+Sauermann@users.noreply.github.com> | 2024-02-25 13:17:54 +0100 |
commit | 80d8907f01eb77a7fdb3451f46afb7014ead973e (patch) | |
tree | 1dc84e04c067466c1a720d003317bc696b8a1090 | |
parent | 2e7fc81315bfa8d0a15f60adff2a12b6f3104236 (diff) | |
download | redot-engine-80d8907f01eb77a7fdb3451f46afb7014ead973e.tar.gz |
Mention how Control focus loss affects `Viewport.gui_focus_change`
-rw-r--r-- | doc/classes/Viewport.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml index 930e437aa5..7c593fefd9 100644 --- a/doc/classes/Viewport.xml +++ b/doc/classes/Viewport.xml @@ -414,6 +414,7 @@ <param index="0" name="node" type="Control" /> <description> Emitted when a Control node grabs keyboard focus. + [b]Note:[/b] A Control node losing focus doesn't cause this signal to be emitted. </description> </signal> <signal name="size_changed"> |