Skip to content

Interface TapResponder

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

Interface TapResponder provides a callback to be invoked when the tap has been confirmed or cancelled.

Referenced from: TouchInput.

public interface TapResponder {
    boolean onSingleTapUp(float x, float y);

    boolean onSingleTapConfirmed(float x, float y);
}
Clone this wiki locally