Search Results for

    Show / Hide Table of Contents

    Class SimpleTwoFingerDoubleTapDetector

    Helper class which allows to detect double tap with two fingers. Based on https://stackoverflow.com/questions/12414680/how-to-implement-a-two-finger-double-click-in-android

    Inheritance
    java.lang.Object
    SimpleTwoFingerDoubleTapDetector
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class SimpleTwoFingerDoubleTapDetector

    Constructors

    SimpleTwoFingerDoubleTapDetector(SimpleTwoFingerDoubleTapDetector.OnTwoFingerDoubleTapListener listener)

    Declaration
    public SimpleTwoFingerDoubleTapDetector(SimpleTwoFingerDoubleTapDetector.OnTwoFingerDoubleTapListener listener)
    Parameters
    Type Name Description
    SimpleTwoFingerDoubleTapDetector.OnTwoFingerDoubleTapListener listener

    Methods

    onTouchEvent(MotionEvent event)

    Declaration
    public boolean onTouchEvent(MotionEvent event)
    Parameters
    Type Name Description
    android.view.MotionEvent event
    Returns
    Type Description
    boolean
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml