1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-19 20:38:09 +00:00

deck escape exits menus

This commit is contained in:
Zeno Rogue
2025-12-11 20:19:28 +01:00
parent 0651477c8e
commit 4388409ae2

View File

@@ -361,6 +361,7 @@ EX bool doexiton(int sym, int uni) {
if(sym == SDLK_F10) return true;
if(sym == PSEUDOKEY_EXIT) return true;
if(sym == PSEUDOKEY_RELEASE) return false;
if(is_joy_index(sym, deck::escape)) return true;
#ifndef FAKE_SDL
if(sym == SDLK_LSHIFT) return false;
if(sym == SDLK_RSHIFT) return false;