public class PinchZoomDetector extends BaseDetector
| Modifier and Type | Class and Description |
|---|---|
static interface |
PinchZoomDetector.IPinchZoomDetectorListener |
| Constructor and Description |
|---|
PinchZoomDetector(PinchZoomDetector.IPinchZoomDetectorListener pPinchZoomDetectorListener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isZooming() |
boolean |
onManagedTouchEvent(TouchEvent pSceneTouchEvent) |
void |
reset()
When
isZooming() this method will call through to PinchZoomDetector.IPinchZoomDetectorListener.onPinchZoomFinished(PinchZoomDetector, TouchEvent, float). |
isEnabled, onSceneTouchEvent, onTouchEvent, setEnabledpublic PinchZoomDetector(PinchZoomDetector.IPinchZoomDetectorListener pPinchZoomDetectorListener)
public boolean isZooming()
public void reset()
isZooming() this method will call through to PinchZoomDetector.IPinchZoomDetectorListener.onPinchZoomFinished(PinchZoomDetector, TouchEvent, float).reset in class BaseDetectorpublic boolean onManagedTouchEvent(TouchEvent pSceneTouchEvent)
onManagedTouchEvent in class BaseDetector