1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-20 21:12:06 +00:00

onscreen keyboards where applicable

This commit is contained in:
Zeno Rogue
2019-07-03 07:31:09 +02:00
parent 3db34f26ac
commit c07e22ca5e
4 changed files with 69 additions and 3 deletions
+5
View File
@@ -1067,6 +1067,11 @@ void show() {
edited.compute_geometry();
dialog::addSelItem(XLAT("edge length"), fts(edited.edgelength) + (edited.get_class() == gcEuclid ? XLAT(" (arbitrary)") : ""), 0);
current.compute_geometry();
dialog::addBreak(100);
dialog::addKeyboardItem("1234567890");
dialog::addKeyboardItem("()[]lLhH,");
dialog::addKeyboardItem(" \t\b\x1\x2\n");
dialog::addBreak(100);
}
else {