controller.config.set("Gesture.Swipe.MinLength", 100.0)
controller.config.set("Gesture.Swipe.MinVelocity", 750)
controller.config.save()
I'm trying to use the above piece of code to filter swipe gestures, but it does not have any response.
controller.config.set("Gesture.Swipe.MinLength", 10000000000000000000.0)
controller.config.set("Gesture.Swipe.MinVelocity", 75000000000000)
controller.config.save()
None of the input had any response.