Skip to content

Interface LongPressResponder

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

Interface LongPressResponder provides a callback to be invoked when the long press on screen has happen.

Referenced from: TouchInput.

public interface LongPressResponder {
    void onLongPress(float x, float y);
}
Clone this wiki locally