Hi,
Have some trouble with Control nodes and grab_focus() :
I have a TabContainer with 3 TabBar children.
When i click on a TabBar at runtime, i call grab_focus() on the first element (button) in the tab
While it works with a mouse (The first button get focused), when i change tab with the gamepad, the grab_focus() is called the same way with the mouse input, but the button doesn't grab focus.
Am i missing something? Thank you