Click or drag to resize

ControlGetFocusPrevious Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Control.GetFocusPrevious"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetFocusPrevious is deprecated. Use the FocusPrevious property instead.")]
public NodePath GetFocusPrevious()

Return Value

Type: NodePath

[Missing <returns> documentation for "M:Godot.Control.GetFocusPrevious"]

See Also