1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-25 05:59:43 +00:00

inv:: an option to display help about orbs, in touch interfaces

This commit is contained in:
Zeno Rogue
2025-12-11 20:57:58 +01:00
parent 5235521446
commit 964e2f20f6
2 changed files with 12 additions and 4 deletions

View File

@@ -1675,6 +1675,10 @@ EX namespace dialog {
getcstat = SDLK_F1;
if(i&4) if(displayfrZH(xr*8, i0, 1, vid.fsize, IFM("1 - ") + XLAT("plain"), dialogcolor, 8))
getcstat = '1';
if(i&8) if(displayfrZH(xr*24, i0, 1, vid.fsize, IFM("2 - ") + XLAT("touch to activate"), dialogcolor, 8))
getcstat = '2';
if(i&16) if(displayfrZH(xr*24, i0, 1, vid.fsize, IFM("2 - ") + XLAT("touch to explain"), dialogcolor, 8))
getcstat = '2';
}
EX bool handlePageButtons(int sym, int uni, bool dkeys, int numpages) {