mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-20 04:48:06 +00:00
alt_enter to enter menu immediately
This commit is contained in:
@@ -681,7 +681,7 @@ EX void handleKeyNormal(int sym, int uni) {
|
|||||||
fullcenter();
|
fullcenter();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(sym == 'v' && DEFAULTNOR(sym))
|
if((sym == 'v' || (is_joy_index(sym, deck::alt_enter) && !tour::on)) && DEFAULTNOR(sym))
|
||||||
showMissionScreen(false);
|
showMissionScreen(false);
|
||||||
|
|
||||||
if(sym == PSEUDOKEY_MENU)
|
if(sym == PSEUDOKEY_MENU)
|
||||||
|
|||||||
Reference in New Issue
Block a user