Detect multitouch (two fingers touch) on a sprite to apply pinch zoom behaviour
- by Tahreem
I am using andengine, want to move, zoom and rotate multiple sprites individually on a scene. I have achieved "move" but for pinch zoom i am unable to get the event to two fingers' touch. Below is the code:
public class Main extends SimpleBaseGameActivity {
private Camera camera;
private BitmapTextureAtlas mBitmapTextureAtlas;
private…