ControlGrabClickFocus Method |
Creates an InputEventMouseButton that attempts to click the control. If the event is received, the control acquires focus.
func _process(delta): grab_click_focus() #when clicking another Control node, this node will be clicked instead
Namespace: Godot
public void GrabClickFocus()