does the touch control support multi touch?
i ask because lets say for example i make a simple racing which uses the arrow keys to control direction accelleration and braking of the car this would work fine in a browser with a pc and keyboard but if i want to play the game on an android or other tablet mobile device i cant because they dont have keyboard keys.
so i wanted to add an option to switch on touch based controls if needed and they would look like on some ipad games like this on screen
<img src="http://i41.tinypic.com/4vllvs.png" border="0" />
but can contruct 2's touch control handle both inputs at the same time? aslong as the device has multi touch obviously. will it work for someone moving the directional control and pressing the accelleration button at the same time?