mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-11 17:32:07 +00:00
nicer display_bottom_buttons (replaces displayPageButtons)
This commit is contained in:
+1
-1
@@ -632,7 +632,7 @@ EX namespace inv {
|
||||
|
||||
}
|
||||
}
|
||||
dialog::displayPageButtons(7 + (view_help_only ? 16 : 8), 0);
|
||||
dialog::display_bottom_buttons(0, dialog::DB_BACK | dialog::DB_HELP | dialog::DB_PLAIN | (view_help_only ? dialog::DB_EXPLAIN : dialog::DB_ACTIVATE));
|
||||
mouseovers = "";
|
||||
keyhandler = [] (int sym, int uni) {
|
||||
if(plain) dialog::handleNavigation(sym, uni);
|
||||
|
||||
Reference in New Issue
Block a user