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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user