mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-09 06:39:43 +00:00
show keyboard in 'search for setting'
This commit is contained in:
@@ -1390,6 +1390,12 @@ EX namespace dialog {
|
||||
addKeyboardItem(lr ? " \t\x1\x2" : " \t");
|
||||
}
|
||||
|
||||
EX void setting_keyboard() {
|
||||
addKeyboardItem("qwertyuiop");
|
||||
addKeyboardItem("asdfghjkl");
|
||||
addKeyboardItem("zxcvbnm_\b");
|
||||
}
|
||||
|
||||
EX bool onscreen_keyboard = ISMOBILE;
|
||||
|
||||
struct number_dialog_help {
|
||||
|
||||
Reference in New Issue
Block a user