mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
panning enabled in the rug menu
This commit is contained in:
parent
cc88c03f5a
commit
fcbe13cd5f
1
rug.cpp
1
rug.cpp
@ -1511,6 +1511,7 @@ EX void show() {
|
|||||||
|
|
||||||
dialog::display();
|
dialog::display();
|
||||||
keyhandler = [] (int sym, int uni) {
|
keyhandler = [] (int sym, int uni) {
|
||||||
|
handlePanning(sym, uni);
|
||||||
dialog::handleNavigation(sym, uni);
|
dialog::handleNavigation(sym, uni);
|
||||||
|
|
||||||
if(uni == 'h' || uni == SDLK_F1) gotoHelp(makehelp());
|
if(uni == 'h' || uni == SDLK_F1) gotoHelp(makehelp());
|
||||||
|
Loading…
Reference in New Issue
Block a user