Move Gesture Detector
Gesture detector handling move gesture.
MoveGestureDetector serves similar purpose to #onScroll(MotionEvent, MotionEvent, float, float), however, it's a ProgressiveGesture that introduces onMoveBegin, onMoveEnd, threshold with setMoveThreshold and multi finger support thanks to MoveDistancesObject.
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns MoveDistancesObject referencing the pointer held under passed index.
Link copied to clipboard
Get the delta pixel threshold required to qualify it as a multi-finger move gesture.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Set the delta dp threshold required to qualify it as a move gesture.
Link copied to clipboard
Set the delta pixel threshold required to qualify it as a multi-finger move gesture.
Link copied to clipboard
Set the delta dp threshold required to qualify it as a multi-finger move gesture.
Link copied to clipboard