I have a simple UI scene that consists of a VBoxContainer
of a few Button
s. By default, I can use the bindings for "uiup" and "uidown" to navigate the menu. However, it doesn't seem like I can wrap around by default (i.e. when I'm at the bottom, if I hit "ui_down" it doesn't wrap around and change focus to the top).
Is this possible to configure somewhere in the inspector or something? Or will I have to do this in code by manually intercepting those UI events and checking if I'm at the top/bottom and changing focus accordingly?
Thanks in advance for the help!