1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-19 12:28:07 +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

@@ -623,7 +623,7 @@ EX void handleKeyNormal(int sym, int uni) {
sym = 0; uni = 0;
}
if(sym == 'f') bow::switch_fire_mode();
if(sym == SDLK_RETURN) {
if(sym == '`') {
flashMessages();
movepcto(joydir);
joy_ignore_next = true;