Skip to content
Commit fe11219a authored by Xaver Hugl's avatar Xaver Hugl
Browse files

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.
parent eb62dbb9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment