does cocos2d html5 support touch and hold event?
i have a sprite that on click and hold, i would like to continuously perform the same callback. Simple e.g. includes clicking on the “UP” button and while depressed - or at its’ selected state - calls a function such as increaseByOne() so that a label will be modified incrementally with an increasing count.
do advise 