diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 46d9ffe65..679f61dc1 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -86,6 +86,15 @@ # type: bool # continuous_forward = false +# The length in pixels it takes for touch screen interaction to start. +# type: int +# touchscreen_threshold = 20 + +# (Android) Fixes the position of virtual joystick. +# If disabled, virtual joystick will center to first-touch's position. +# type: int +# fixed_virtual_joystick = false + # Enable Joysticks # type: bool # enable_joysticks = false |