public static interface TouchInput.LongPressResponder
Modifier and Type | Method and Description |
---|---|
void |
onLongPress(float x,
float y)
Called immediately after a long press is detected
The duration threshold for a long press is determined by
ViewConfiguration |
void onLongPress(float x, float y)
ViewConfiguration
x
- The x screen coordinate of the pressed pointy
- The y screen coordinate of the pressed point