summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2019-12-11 14:29:36 +0100
committerTomasz Chabora <kobewi4e@gmail.com>2019-12-11 14:29:36 +0100
commit77a865763333ec690746e48b1dd5b8288b87cbbe (patch)
tree2005d45db824ade7902a34c42c27e8129ecee8e3 /doc/classes
parentcd9d5132854e239726a08098d9029bdd00eee752 (diff)
Scroll ScrollContainer to focused children
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Viewport.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/Viewport.xml b/doc/classes/Viewport.xml
index 4effe9aad2..de0e064a4a 100644
--- a/doc/classes/Viewport.xml
+++ b/doc/classes/Viewport.xml
@@ -310,6 +310,13 @@
Emitted when the size of the viewport is changed, whether by [method set_size_override], resize of window, or some other means.
</description>
</signal>
+ <signal name="gui_focus_changed">
+ <argument index="0" name="control" type="Control">
+ </argument>
+ <description>
+ Emitted when a Control node grabs keyboard focus.
+ </description>
+ </signal>
</signals>
<constants>
<constant name="UPDATE_DISABLED" value="0" enum="UpdateMode">