The max time of a touch to be considered a swipe. If touch time exceeds this limit, the touch will no longer be considered for a swipe.
The min distance of a touch movement (in pixels) before the touch is considered a swipe
Signal that fires when a swipe down occurs. Two parameters are passed, the point where the swipe started and the point where the swipe ended.
Signal that fires when a swipe left occurs. Two parameters are passed, the point where the swipe started and the point where the swipe ended.
Signal that fires when a swipe right occurs. Two parameters are passed, the point where the swipe started and the point where the swipe ended.
Signal that fires when a swipe up occurs. Two parameters are passed, the point where the swipe started and the point where the swipe ended.
The screen bounds that the touch has to stay within to be considered for a swipe
The SwipeDetector class tracks swipes (with touch or mouse)