MrStahlfelge / gdx-controllerutils

Controller Utilities for libGDX
Apache License 2.0
59 stars 13 forks source link

Funky interactions with SelectBox lists #19

Closed Fenekhu closed 4 years ago

Fenekhu commented 4 years ago

I'm making a game that's meant to be played only with a controller (or keyboard) and I'm currently working on the options screen. The problem is that when I open the SelectBox the input goes to the other buttons first, and only scrolls through the list once I get to the top/bottom of the options behind it. If I try to choose an option, it just activates the other selected button instead of choosing an option.

MrStahlfelge commented 4 years ago

Hi, based on the discussion on Reddit I think you already came up with a solution?

MrStahlfelge commented 4 years ago

No reaction