From 2ba1d60ba5a81a97eadc2ff27c26aec13037f3e6 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 30 Jul 2024 21:25:23 +0200 Subject: [PATCH] Hide enable_touch setting on Android (#14891) until #14749 is merged --- builtin/settingtypes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index a2fa98398..87c7444da 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -153,6 +153,8 @@ invert_hotbar_mouse_wheel (Hotbar: Invert mouse wheel direction) bool false [*Touchscreen] # Enables touchscreen mode, allowing you to play the game with a touchscreen. +# +# Requires: !android enable_touch (Enable touchscreen) bool true # Touchscreen sensitivity multiplier.