Replies: 1 comment 1 reply
-
By assigning focus neighbors, set the down neighbor of Z to be X |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've a
VBoxContainer
as a set of{x, y, z}
buttons. If I'm currently focusingy
and pressui_down
, I then focusz
. If I'm currently focusingz
, somehow it doesn't focusx
. How can I focus fromz
tox
without an utility subset ofVBoxContainer
?Beta Was this translation helpful? Give feedback.
All reactions