All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.vudroid.core.multitouch.MultiTouchZoom Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package org.vudroid.core.multitouch;

import android.view.MotionEvent;

public interface MultiTouchZoom {
    boolean onTouchEvent(MotionEvent ev);

    boolean isResetLastPointAfterZoom();

    void setResetLastPointAfterZoom(boolean resetLastPointAfterZoom);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy