public static interface TouchInput.DoubleTapResponder
| Modifier and Type | Method and Description |
|---|---|
boolean |
onDoubleTap(float x,
float y)
Called immediately after the second time a touch is lifted in a double tap gesture
|
boolean onDoubleTap(float x,
float y)
The allowable duration between taps is determined by ViewConfiguration
x - The x screen coordinate of the tapped pointy - The y screen coordinate of the tapped point