Quote:
Originally Posted by NiLuJe
|
And how to change the swipe distance with a user-patch? It doesn't work:
Code:
local GestureDetector = require("device/gesturedetector")
GestureDetector.init = function()
self.PAN_THRESHOLD = self.screen:scaleByDPI(70)
end