1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-03 16:30:15 +00:00

deck::show_keyboard now switches onscreen_keyboard

This commit is contained in:
Zeno Rogue
2025-12-11 20:49:11 +01:00
parent c2dc92d02a
commit 49b91d8371
2 changed files with 4 additions and 1 deletions

View File

@@ -1571,6 +1571,9 @@ EX namespace dialog {
apply_slider();
}
else if(is_joy_index(sym, deck::show_keyboard)) {
onscreen_keyboard = !onscreen_keyboard;
}
else if(uni == PSEUDOKEY_ONSCREEN_KEYBOARD) {
ne.s += keyboard_what;
apply_edit();