From 73e784de1e95cfdf775e00e608114f5295813060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gilles=20Roudi=C3=A8re?= Date: Thu, 3 Feb 2022 11:59:32 +0100 Subject: Remove get_focus_owner() from Control, replaced by get_viewport()->gui_get_focus_owner() --- doc/classes/Control.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc') 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]. - - - - Returns the control that has the keyboard focus or [code]null[/code] if none. - - -- cgit v1.2.3