Hello again, I was wondering if there is any way to disable pinch to zoom completely? I tried a bunch of things like replacing
self.touch_screen_mode = renpy.variant("touch")
with
self.touch_screen_mode = False
but nothing is working so far. Pinch to zoom is still functioning in my exports to Android. Thank you in advance!



