1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-09 16:42:06 +00:00

touch_sensitivity option

This commit is contained in:
Zeno Rogue
2026-04-25 02:43:59 +02:00
parent 9cda82afda
commit 1f4c881c40
4 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ int arg::readCommon() {
no_find_player = true;
game_keys_scroll = true;
smooth_scrolling = true;
touchmode = tmode::drag;
touchmode = tmode::info;
}
else if(argis("-vizhr")) {