fortheusers / hb-appstore

Homebrew App Store - GUI for downloading/managing homebrew apps
https://hb-app.store
GNU General Public License v3.0
1.05k stars 61 forks source link

[wiiu] can't exit with home button #28

Closed vgmoose closed 2 years ago

vgmoose commented 5 years ago

On PC and Wii U, the +/start/enter button can be used to exit the app, but on switch this is ignored, as if the button never fires. It could be a misalignment between the SDL2 gamepad controls between Switch and Wii U.

If it's really just the start button behavior is different, maybe it should be moved to a different button

Continous commented 5 years ago

Perhaps an exit button in the actual interface would be useful.

vgmoose commented 5 years ago

Added exit using the minus button, but now on Wii U, we ironically can't exit with home any more.

Also agree that a UI exit element would be useful

vgmoose commented 4 years ago

Exit added in 2.2, waiting on a solution from wiiu-sdl2 on firing a home button event for us to process and exit

vgmoose commented 4 years ago

(meant to leave open, awaiting wiiu sdl2 improvements)

vgmoose commented 2 years ago

proc UI and home button support has been added (thanks to @Maschell) to master)next release will include this fix.