How to get the number of Taps in Corona SDK?
Here is the sample code to get the number of taps on a view in Corona SDK. here button is a displayObject like an image or a UI Button and event.numTaps gives the number of Taps on that view.
Here is the sample code to get the number of taps on a view in Corona SDK. here button is a displayObject like an image or a UI Button and event.numTaps gives the number of Taps on that view.