diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2019-12-11 14:29:36 +0100 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2019-12-11 14:29:36 +0100 |
commit | 77a865763333ec690746e48b1dd5b8288b87cbbe (patch) | |
tree | 2005d45db824ade7902a34c42c27e8129ecee8e3 /doc/classes | |
parent | cd9d5132854e239726a08098d9029bdd00eee752 (diff) |
Scroll ScrollContainer to focused children
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Viewport.xml | 7 |
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"> |