diff options
author | nokoe <nokoe@mailbox.org> | 2025-06-23 14:37:02 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2025-06-23 14:37:02 +0200 |
commit | 5d282cc162729329f124f24cd88386ee1deefa41 (patch) | |
tree | c8e74df63df05c33cecc58afc8dd3a3025501d26 /client/project.godot | |
parent | 6cfae3a402a31a0c897e3f5184d4803e8c978a1d (diff) | |
download | hurrycurry-5d282cc162729329f124f24cd88386ee1deefa41.tar hurrycurry-5d282cc162729329f124f24cd88386ee1deefa41.tar.bz2 hurrycurry-5d282cc162729329f124f24cd88386ee1deefa41.tar.zst |
zoom by `InputEventMagnifyGesture`
on android, this should fix #332
Diffstat (limited to 'client/project.godot')
-rw-r--r-- | client/project.godot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/project.godot b/client/project.godot index c20d4165..c9146766 100644 --- a/client/project.godot +++ b/client/project.godot @@ -215,6 +215,10 @@ menu={ ] } +[input_devices] + +pointing/android/enable_pan_and_scale_gestures=true + [rendering] renderer/rendering_method.mobile="gl_compatibility" |