public interface ITouchListener extends Prioritizable
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled() |
boolean |
onTouchDown(Vector2 point,
MotionEvent event) |
boolean |
onTouchMove(Vector2 point,
MotionEvent event) |
boolean |
onTouchUp(Vector2 point,
MotionEvent event) |
getPriority