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

further improved Deck controls

This commit is contained in:
Zeno Rogue
2025-11-11 22:02:43 +01:00
parent e4269a8fda
commit e4d52d23d1
6 changed files with 33 additions and 12 deletions

View File

@@ -661,6 +661,10 @@ EX void handleKeyQuit(int sym, int uni) {
scores::load();
}
#endif
#if CAP_TOUR
else if(tour::on && tour::handleKeyTour(sym, uni)) ;
#endif
else if(doexiton(sym, uni) && !didsomething) {
popScreen();