Skip to content

Interface DoubleTapResponder

Il Kadyrov edited this page Nov 3, 2020 · 1 revision

Interface DoubleTapResponder provides a callback to be invoked when the double tap on screen has happen.

Referenced from: TouchInput.

public interface DoubleTapResponder {
    boolean onDoubleTap(float x, float y);
}
Clone this wiki locally