Click or drag to resize

ControlGetFocusOwner Method

Returns the control that has the keyboard focus or null if none.

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

Return Value

Type: Control

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

See Also