multitouch

Multi Touch Events in android

Hi Here i want to solve the problem regarding multitouch in android. Is this possible to fire events of 2 buttons together if this is possible then how can i do this. please help regarding this. In my game application i want to do something after pressing two buttons together. How can i do this. ...

Multi camera calibration with CCV(tBeta)

Hi, For my project i want to calibrate two cameras with CCV. in CCV, as i have seen, the camera is placed under a surface and blobs are detected from the surface. but in my project i want to detect blobs from over the surface one camera is placed on top of the surface(wall) facing the floor so it can detect the X coordinate other camera ...

Affordable options for multi touch desktop device (To test apps on Windows phone 7 emulator)?

I am looking to get into Windows phone 7 development. I am running Windows 7 and i know it supports multi touch which i can then use in the emulator if enabled. Is there any way for me to try this out without me paying a premium for a tablet, phone or touch monitor? Many thanks, Kohan. ...

How do I implement multitouch on iOS

I'd like to implement multitouch, and I was hoping to get some sanity checks from the brilliant folks here. :) From what I can tell, my strategy to detect and track multitouch is going to be to use the touchesBegan _Moved and _Ended methods and use the allTouches method of the event parameter to get visibility on all relevant touches at...

Iphone multitouch handling

I'm writing an iPhone app, and I want to handle multitouches. I'm using cocos2d libs. So I've made a CCLayer subclass and set it to be a CCStandartTouchDelegate. For some reason I don't want to use UIGestureRecognizer and to build a correct logic I should know the answers for these questions: If I tap the screen with one finger, and th...

ScaleGestureDetector not detecting gesture end

I have hooked in a ScaleGestureDetector to an OnTouchListener as instructed in Android documentation. For some reason the ScaleGestureDetector does not always detect end of a pinch gesture. This happens mostly when pinching fast from large to small. The effect is that after I have released both fingers the detector does not fire the ge...