Cannot exit game menu
Closed this issue · 7 comments
After pressing escape during a game to get to the game menu, it is impossible to get back to the game. Clicking resume, restart, or abort just causes the menu to reappear. This seems to be an issue with input grabbing, as this does not happen when using --nograb or fullscreen.
I am on Debian testing and using kwin.
Hmm, I can reproduce weird behaviour, feels a bit like the esc
key is pressed twice.
At the moment, I have no idea how to fix this.
It seems that when it tries to release input, the window also moves out of focus, causing the menu to come up again. I think this may be hard to fix without moving to SDL 2.
i have properly the same issue in 1.20 shipped with debian buster while pressing Esc, and sometimes on level finish.
is there some kind of documentation how to build from master? ./configure
will not work without a configure file
I did manage to build the debian version from source with this patch applied, i can confirm that it works now
After the switch to SDL 2, this bug should be fixed (and replaced by other bugs). Thank you for submitting the bug report!