public class

PinchZoomDetector

extends BaseDetector
java.lang.Object
   ↳ org.andengine.input.touch.detector.BaseDetector
     ↳ org.andengine.input.touch.detector.PinchZoomDetector

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Nested Classes
interface PinchZoomDetector.IPinchZoomDetectorListener  
Public Constructors
PinchZoomDetector(PinchZoomDetector.IPinchZoomDetectorListener pPinchZoomDetectorListener)
Public Methods
boolean isZooming()
boolean onManagedTouchEvent(TouchEvent pSceneTouchEvent)
void reset()
[Expand]
Inherited Methods
From class org.andengine.input.touch.detector.BaseDetector
From class java.lang.Object
From interface org.andengine.entity.scene.Scene.IOnSceneTouchListener

Public Constructors

public PinchZoomDetector (PinchZoomDetector.IPinchZoomDetectorListener pPinchZoomDetectorListener)

Public Methods

public boolean isZooming ()

public boolean onManagedTouchEvent (TouchEvent pSceneTouchEvent)

public void reset ()