public static interface DragPinchListener.OnDragListener
| Modifier and Type | Method and Description |
|---|---|
void |
endDrag(float x,
float y)
Called when a drag event stops
|
void |
onDrag(float dx,
float dy) |
void |
startDrag(float x,
float y)
Called when a drag event starts
|
Copyright © 2013-2015. All Rights Reserved.