mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-01 19:29:43 +00:00
touch interface
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user