There is way to rotate an object with two touch points? Or some way to implement control of position, scale and rotation touching two points of an object? I have searched for examples but have had no luck.
Sorry for my bad English
Develop games in your browser. Powerful, performant & highly capable.
pinch to zoom, etc?
its easy. c2 support multitouch. nth touch events and touch coords. Just caluclate the distance between the 1st and 2nd touch and use this for scaling and rotating your image etc.