[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[],["The `DragGestureRecognizer` class detects drag motions on a touchscreen. It uses `GesturePointersUtility` to handle touch inputs. Key actions include the `tryCreateGestures` method, which attempts to create drag gestures based on `HitTestResult` and `MotionEvent` data. It supports adding and removing `OnGestureStartedListener` to respond when a `DragGesture` begins. It also contains a constructor `DragGestureRecognizer` that receives the pointer utility. This class is a subclass of `BaseGestureRecognizer`.\n"]]