Interface MultiTouchGestureListener

    • Method Detail

      • onTouchDown

        boolean onTouchDown​(double time,
                            float x,
                            float y)
      • onTouchMove

        void onTouchMove​(double time,
                         float x,
                         float y)
      • onTouchUp

        void onTouchUp​(double time,
                       float x,
                       float y)
      • onTouchCancel

        void onTouchCancel​(double time)
      • onTouchTransfer

        void onTouchTransfer​(double time,
                             float dx,
                             float dy)
      • onTouchScaleBegan

        void onTouchScaleBegan​(double time)
      • onTouchScaleChanged

        void onTouchScaleChanged​(double time,
                                 float scale)
      • onTouchScaleEnded

        void onTouchScaleEnded​(double time)