[[["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 `TwistGesture` class detects two-finger twist motions on a touchscreen. It utilizes `GesturePointersUtility` and `MotionEvent` to track touch input and a `HitTestResult`. Key actions include determining if a twist can start (`canStart`), initiating the twist (`onStart`), updating the twist's progress (`updateGesture`), canceling (`onCancel`), and finishing (`onFinish`). The `getDeltaRotationDegrees` method provides the degree of rotation of the gesture, and `getSelf` returns the instance of the gesture.\n"]]