wizzomafizzo / MiSTer_GamesMenu

Launch games from the MiSTer menu
MIT License
23 stars 5 forks source link

Add gamepad control capability #1

Closed birdybro closed 2 years ago

birdybro commented 2 years ago

Currently all of the face buttons either switch between ok and exit, or they press the "enter" equivalent. Not sure if there is any way to address this the same way the other TUI style scripts do it.

wizzomafizzo commented 2 years ago

Ahhh I know! It's so annoying! I don't know of a way to make this particular widget work without the controller pressing space. But that would be very unintuitive even if a patch were accepted in menu

Do you know of any scripts in particular that work around it? I can check it out. Otherwise I may just make my own fake checklist widget

birdybro commented 2 years ago

https://github.com/MiSTer-devel/Scripts_MiSTer/blob/master/ini_settings.sh - this one does but it's a different TUI interface entirely.

Probably related to this section:

https://github.com/MiSTer-devel/Scripts_MiSTer/blob/master/ini_settings.sh#L576-L590

wizzomafizzo commented 2 years ago

New version of the menu widget is up that is made to be usable with a controller. I think it came out pretty nicely! Let me know if you get a chance to look at it

birdybro commented 2 years ago

Nice, thanks! :)