diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-12-16 14:03:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-16 14:03:21 +0100 |
commit | f8ea390b52c48ab34bc3927f6f3fd2ac590b88cf (patch) | |
tree | 375eeb021a74b59bb4e5241b03d9b36b1d60d8ff /doc | |
parent | d4601776db56df158753463b1e669c859b16bc42 (diff) | |
parent | 77a865763333ec690746e48b1dd5b8288b87cbbe (diff) |
Merge pull request #34269 from KoBeWi/scrolling_peeps
Scroll ScrollContainer to focused children
Diffstat (limited to 'doc')
-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"> |