I just ported to delphi XE3 for adding support for multi touch inputs, i played around with the built-in gesture feature, I added two TImages on form and in their OnGesture event i added code for moving them on detection of IGPan gesture. But i cant seem to move two images at once, why so? when a gesture is under progress on one TImage the other TImage ongesture event doesnt get fired. Is it supposed to work like this or i am doing it wrong.
Upon checking the TMS Multi touch component i saw that i can interact with more than one object at one i.e pan, zoom more than one object at once. Can someone guide me in the right direction here?