How do I focus the next Control?
To focus the next Control
, create a
new InputEventAction
and push it to the
current Viewport
:
var event := InputEventAction.new()
= "ui_focus_next"
event.action = true
event.pressed get_viewport().push_input(event)