Click or drag to resize

ControlFindPrevValidFocus Method

Finds the previous (above in the tree) Control that can receive the focus.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Control FindPrevValidFocus()

Return Value

Type: Control

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

See Also