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
The allowable duration between taps is determined by
ViewConfiguration |
boolean onDoubleTap(float x, float y)
ViewConfiguration
x
- The x screen coordinate of the tapped pointy
- The y screen coordinate of the tapped point