Interface GestureDrag.OnDragUpdate

Enclosing class:
GestureDrag
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface GestureDrag.OnDragUpdate
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDragUpdate(double offset_x, double offset_y)
    Emitted whenever the dragging point moves.
  • Method Details

    • onDragUpdate

      void onDragUpdate(double offset_x, double offset_y)
      Emitted whenever the dragging point moves.
      Parameters:
      offset_x - X offset, relative to the start point
      offset_y - Y offset, relative to the start point