improve gesture recognition
In order to not make misdetections with sub-pixel movements the gesture recognizer completely ignored those. This fails however when you move your fingers very slowly, so instead accumulate the delta and only use it for direction detection if it's high enough.
I hoped that this could make screen edges work more reliably, too, but I think for that we just need completely different detection than this.