[[["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."],[],["`BaseGesture.OnGestureEventListener` defines callbacks for `BaseGesture` events. Subclasses include controllers for transformations like dragging, pinching, and twisting. `BaseTransformationController` handles transform properties, while `RotationController`, `ScaleController`, and `TranslationController` manage rotation, scale, and position changes, respectively. `DragGesture`, `PinchGesture`, and `TwistGesture` have associated listeners for invoking callbacks. The core actions are defined within two methods: `onFinished(T gesture)` and `onUpdated(T gesture)`, both receiving a gesture parameter.\n"]]