1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-01 19:29:43 +00:00

touch interface

This commit is contained in:
Zeno Rogue
2025-12-12 11:39:41 +01:00
parent bf7c437dad
commit 6727efb9d4
4 changed files with 37 additions and 1 deletions

View File

@@ -1103,6 +1103,7 @@ EX void initConfig() {
qm = false;
separate_status = true;
multi::multi_autojoy = false;
touch_interface = true;
}
}
}
@@ -1230,6 +1231,9 @@ EX void initConfig() {
->set_sets(sets_sfx_volume);
#endif
param_b(touch_interface, "touch_interface")
->editable("a button for easier touching", 't');
param_enum(dialog::display_keys, "dialog_display_keys")
->editable({{"never", ""}, {"when using keyboard", ""}, {"always", ""}, {"SteamDeck controls", ""}}, "display keys in dialogs", 'K');