Questions about using multitouch controls in games.
2
votes
2answers
476 views
Detect multitouch (two fingers touch) on a sprite to apply pinch zoom behaviour
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 ...
2
votes
1answer
42 views
Odd Android touch event problem
Overview
When testing my game I came across a bizarre problem with my touch controls.
Note this isn't related to multi-touch as I completely removed my ACTION_POINTER_UP and ACTION_POINTER_DOWN ...
1
vote
1answer
515 views
Retrieving latest touch to interrupt another
In Cocos2D for iPhone, I want the latest touch event to interrupt another and ignore the last touch. Let me know if I need to elaborate more, but basically my game consists of a lot of finger ...
1
vote
0answers
79 views
Touch Gesture Map Movement
I really dig the way that the map is moved in Clash of Clans (https://itunes.apple.com/ca/app/clash-of-clans/id529479190?mt=8)...
I can recognize the pinch and finger movement needed for the zooming ...
1
vote
0answers
205 views
3 Button Multi-touch for Android
OK, my multi-touch system was somewhat convoluted, but was working perfectly OK until I tried to run my game on my Nexus 10 which is running Jellybean.
Crashing all over the place! So I removed my ...