touchHLE icon indicating copy to clipboard operation
touchHLE copied to clipboard

More prominently warn the user if there's no controller connected

Open hikari-no-yume opened this issue 2 years ago • 2 comments

I think it's easy to miss the current warning that's logged in the terminal. We could display it in a more obvious, GUI way. Not completely sure about this since it could be quite annoying though.

sdl2::messagebox would be an easy way to do it, but I think people who don't have their controller connected all the time might get frustrated at having to dismiss the prompt.

Maybe ImGui would be good for this?

hikari-no-yume avatar Feb 04 '23 10:02 hikari-no-yume

sdl2::messagebox would be an easy way to do it, but I think people who don't have their controller connected all the time might get frustrated at having to dismiss the prompt.

Can you display a notification toast using SDL2? This is a good way to provide a temporary, non-blocking message.

Calinou avatar Feb 09 '23 01:02 Calinou

I don't think so, it's not a feature games tend to need and therefore not something SDL uses.

hikari-no-yume avatar Feb 09 '23 08:02 hikari-no-yume