diff options
author | Gilles Roudière <gilles.roudiere@gmail.com> | 2022-02-03 11:59:32 +0100 |
---|---|---|
committer | Gilles Roudière <gilles.roudiere@gmail.com> | 2022-02-03 11:59:32 +0100 |
commit | 73e784de1e95cfdf775e00e608114f5295813060 (patch) | |
tree | 04ab3d31b9d87027f0a899c24081fea21e0cd7ca /doc | |
parent | 36880714e49f0f3662f7da9d1e2e4719f03fab53 (diff) |
Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_focus_owner()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Control.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index d5551e1e04..b6c2dac33c 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -380,12 +380,6 @@ Returns the focus neighbor for the specified [enum Side]. A getter method for [member focus_neighbor_bottom], [member focus_neighbor_left], [member focus_neighbor_right] and [member focus_neighbor_top]. </description> </method> - <method name="get_focus_owner" qualifiers="const"> - <return type="Control" /> - <description> - Returns the control that has the keyboard focus or [code]null[/code] if none. - </description> - </method> <method name="get_global_rect" qualifiers="const"> <return type="Rect2" /> <description> |