Click Vs Touch which is better and why?
Hi,
In my game I'm using "Click on Object" to register a hit and it works pretty well. Then I came across "Multi Touch" object and made me thinking if I should convert the "Click with mouse" events to "Touch" events. Is it worth the time to do it or just leave it like it is. The only minor thing I noticed with a "Click" is that you need to be more precise in clicking/touching the object and there is a limit on how fast you can click on a object.
Is there a limit how fast you can touch the object using the "Touch" instead the "Click"?
Thank you.